Last or lastAsync doesn't seem to be available in 6.2.6
See original GitHub issueI couldn’t find anything in the docs telling me this to be the case but import {takeWhile, last} from 'iter-tools/es2018';
on 6.2.6 fails - is it the case that this was just added in the 7.0.0 rc?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Sudden "RedisConnectionException: No connection is active ...
This doesn't work, the errors come back again. Restarting the process seems to work at least temporarily, but is not really a long-term...
Read more >lettuce-io/Lobby - Gitter
I found out Azure Redis has server timeout to 60 seconds but can not get to have ... So you can just await...
Read more >windows - .Net Powershell SDK 6.2.6 - Why are PKI module ...
The solution that seems to work is to inject this into the start of the script I'm trying to run: Import-Module PKI -SkipEditionCheck;....
Read more >aiojobs Documentation - Read the Docs
Our jobs are very simple asyncio.sleep() calls with variable timeout – pretty enough for demonstration. Example schedules 100 jobs, ...
Read more >Restoring backup from OnDemand to BTF causes JIRA Agile to be ...
... (containing JIRA Agile 6.4.0.2) to JIRA Behind-the-firewall 6.2.6, and then you install the latest btf JIRA Agile 6.3.13.1, JIRA will show the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s ok, I was just a little confused, forgive me if I’m wrong but I couldn’t see anywhere in the API docs mentioning these were only available in 7.0.0-rc.0 - only in the changelog which I admittedly did not read, sorry. I might be in the minority here but I’d expect the documentation linked to from the readme in master to match the code available on the master branch, or what gets pulled from npm. I think it’s slightly odd that the docs linked to are for 7.0.0-rc.0, but I admit I don’t know if this is what other libraries do so it could be me being dumb for not knowing the protocol!
The only clue I got on the API docs was the URL and branch changing. I hope I’m not coming across as aggressive because I’m not trying to be I just wanted to explain why I got confused and made the issue. Thanks 😃
last
was added in7.0.0-rc.0
. Please ask questions in gitter. I get email notifications about what is posted there and you will get a response every bit as quickly.