Benjamin Gruenbaum
Benjamin Gruenbaum
Also @nschonni should this be in the help repo? It looks like a request for better docs
Moving to help repo so someone posts links to that article about how to break up long running work with setImmediate
@rannn505 please advise :] here is the [relevant CI](https://circleci.com/gh/testimio/clickim/22371) but that is internal. Unfortunately that only gives me: ```bash error {} Exited with code 154 ``` but hopefully @rannn505 can...
I'd like to see actual benchmarks for tools (like yarn's?) before we make any performance claims about the merits or lack thereof of bundling. In my experience trying this with...
@bmeck not to mention `async cached` and `cached async` would mean different things. It would definitely be an interesting issue to discuss how compositional functions... compose.
@jhusain wouldn't it be preferable to kill the two birds in one stone? Like you said, these things _are_ powerful enough for it. The syntax they give works and is...
I'm not sure I understand, doing `async function foo(){}` return a function already, JS has function expressions, and unlike generators where the `*` is part of the function `async` prefixes...
@bmeck I agree that this poses a problem and complicates the syntax, I'm not sure if it does so in an ambiguous way - which is why in my original...
@bmeck thanks, that definitely explains it. How would syntax resolution look at this proposal? Does this mean you can only create a compositional function when it's created? (So you can't...