issues Search Results · repo:getify/fasy language:JavaScript
Filter by
10 results
(52 ms)10 results
ingetify/fasy (press backspace or delete to remove)Check out the iterators in itiriri-async and see if any of them would be useful to support in Fasy.
enhancement
help wanted
getify
- Opened on Jul 4, 2019
- #11
Add note about how itiriri-async handles lazy async iteration.
enhancement
help wanted
getify
- Opened on Jul 4, 2019
- #10
If you do:
FA.concurrent(5).map(someTask);
This could be interpreted as I want task batches of maximum size 5 to execute concurrently (in parallel. But the
question is, what happens when the first of ...
enhancement
getify
- Opened on Jun 17, 2019
- #9
Provide a way to chunk concurrent request sets, say limited to maximum of 5 at a time, or whatever. Basically, serial is
concurrent with a limit of 1 .
I m thinking something like:
FA.concurrent(5).map(getFile,filenames); ...
help wanted
getify
- Opened on Jun 15, 2019
- #8
Explore some way to combine/bring in CAF (cancelable async functions) capabilities so that fasy s async iterations are
optionally cancelable.
This might need to be a separate namespace where the API methods ...
help wanted
getify
- 2
- Opened on Apr 12, 2018
- #6
Hi again Kyle :)
I ve got a question about API.compose/API.pipe. The only difference I see between them is that the former is
right-to-left, whereas the latter is left-to-right. Not sure what is the standard ...
ducin
- 2
- Opened on Nov 8, 2017
- #4
Async-generators are stage3, so fairly likely to land in JS. Seems like fasy should support them eventually, probably
sooner than later.
[UPDATE]: They landed in ES2018.
For example:
FP.serial.map(async ...
help wanted
getify
- 6
- Opened on Oct 27, 2017
- #3
Going through the list of methods in FPO, I think we probably should add serial/concurrent versions (where applicable)
of these:
- [x] flatMap(..)
- [x] pipe(..) (using reduce(..))
- [x] compose(..) ...
help wanted
getify
- Opened on Oct 19, 2017
- #2
Hi @getify,
Wanted to comment on a part of the readme below:
Unfortunately, aside from being more verbose, this fix is fairly limited. It really only works for map(..) and not for
something like filter(..). ...
ducin
- 4
- Opened on Oct 18, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.