Domi

Results 49 comments of Domi

Bump...? 😄 I guess, the library is already depending on `immutable`, for some reason...? ([see here](https://github.com/heyimalex/reselect-map/blob/master/package.json#L33))

@heyimalex Did you, by any chance, publish it to NPM but forgot to push it to the repo?

I definitely prefer your solution over this PR, as it is clean and does not suddenly change the entire purpose of the library. Sweet!

hi @magjac Thank you for the swift reply! As it looks right now, adding those performance settings has helped a lot. However, IIRC, this was an issue even without `transition`...

@magjac, thanks again for the great help! My 2 cents: Considering that you yourself got caught in this "performance trap", it is reasonable to assume that many others will, too?...

Workaround while we are waiting for @monkpow to merge @emirotin's PR 👯‍♂️ ```js /** * @see https://www.npmjs.com/package/express-http-proxy#proxyreqoptdecorator--supports-promise-form * @see https://github.com/villadora/express-http-proxy/blob/master/app/steps/decorateProxyReqOpts.js */ proxyReqOptDecorator(proxyReqOpts, srcReq) { const BR = 'br'; const acceptedEncodings...

Since the state of the `@babel/register` cache is not going to get any better any time soon, and our project is largely depending on `@babel/register` performance, I took the time...

@solutionprovider9174 > I tried like above @Domiii But same speed for starting and for recompiling. > ... > [@babel/register] Cache miss [FileModified] for "E:\Jincowboy\work\loterra-interface-v2-mobile\wfdalpha-jin\static.config.js" (cached at "E:\Jincowboy\work\loterra-interface-v2-mobile\wfdalpha-jin\node_modules.cache@babel\register\development\static.config.js.babel.js") As you can...

Just to circle back to this: I can report that [my rewrite](https://github.com/babel/babel/issues/5667#issuecomment-888339734) works very well. Have been using it in Dbux without any problems thus far. ### Features 1. Cache...

Can the new solution please store results file-by-file, rather than everything in one big blob? E.g. using some simple magic like [this](https://github.com/Domiii/dbux/blob/2693797d4b5f0b7fc914f155f272d31dc0f44633/babel-register-fork/lib/cache.js#L99) (it works): ```js function makeCacheFilename(opts) { const srcFilename...