Gunar

Results 82 comments of Gunar

In this example, is `map` blocked by finishing `filter` first? It must be since this is native to javascript. But if I were to have that, what name would it...

> Should named curry(..) and curryMultiple(..) restrict each input to only being specified once, the first time? Yes. Throw otherwise.

Allow me to use your own arguments: > Just got bitten by this **quirk** > **I expected 1,2,3** since x was already curried in the first call, > That was...

Thanks for the heads up! I'm definitely open to adding `async`/`await`.

Can I ask you why you're interested in generating a callgraph for your code? (market research 😂) On Mon, Nov 23, 2020 at 2:35 PM laurent-33 wrote: > In fact...

Thanks that's helpful! On Mon, 23 Nov 2020, 15:33 laurent-33, wrote: > of course, it is to show a dude in my team how work the script > then he...

By the time I started this repo, there weren't any good solutions out there. I could not reproduce your error. How did you install it? It seems your installation is...

It seems we're out of luck. ![image](https://user-images.githubusercontent.com/7684574/28396756-c7516134-6cd3-11e7-8cda-c8282a6ed12d.png) > [Source](https://stackoverflow.com/questions/41005744/babel-error-couldnt-find-preset-latest-relative-to-directory-when-preset-w)

Guess you cloud do this: ![image](https://user-images.githubusercontent.com/7684574/28396852-67988622-6cd4-11e7-82e3-bfc249488d83.png) > [Source](https://github.com/babel/babel/issues/5618)

Hi @dbkaplun. I am not actively writing code for this project, but I'll review it if you send a PR. Thanks!