Peter Saxton
Peter Saxton
There are further functions such as apply that also break this rule
I think it depends how you are composing, I think. If all functions are curried then having a function as last args means you can do the following. ``` js...
Although I think it might make sense to have a function with the arguments reversed so `throttle` and `throttleTo` could exist like `delay` and `delayFor`
@CrossEye I agree with what you are saying there. I think the same logic applies(although the terms might get more confusing) with functions on functions. If you have a library...
Hi I have been looking into servers that support HTTP 2.0. I may have a use for them in the coming months. Has there been any advance since 2015 considering...
We have a command/query separation at the API level and would like to use ServerSentEvents for the updates on the query side. HTTP/2 would make things more efficient when using...
Hopefully this is the right issue to add my comment too. I've just started using ex_aws in conjunction with arc, So it might be an arc issue. I am trying...
As well as depreciating functionality explicitly for handling connections there is functionality for handling functions that might be missing. e.g. times(n, fn) ``` js fn.times(3, function(){ console.log('hello'); }) // =>...
Change log for pending changes effecting 0.9 release. https://github.com/CrowdHailer/fn.js/blob/v0.9/CHANGELOG.md
So the main reason I have for dropping them is to separate fn.js from being a general utilities library. With the possible merger of underscore and lodash they are fulfilling...