Eli Perelman

Results 31 comments of Eli Perelman

Has anyone really been far even as decided to use even go want to do look more like?

I hadn't really thought of these semantics before, but curious: should 1 log before 2 if you aren't awaiting `foo`'s call? I guess said another way, should there be a...

I don't think a separate global package is necessary. If this were to be a thing, I think just having the right API in this library would be enough.

Running `git bisect` on this turns up the following commit: ``` ❯ git bisect good d0a724cec766ea5fbea9ecc514d38f7fd2ee3735 is the first bad commit commit d0a724cec766ea5fbea9ecc514d38f7fd2ee3735 Author: Joshua Wiens Date: Sat Aug 12...

Ah, so the naming of functions is merely for SEO purposes, instead of for best practices. Makes sense.

Trading a negligible amount of performance to violate best practices is not a valid argument.

There are techniques you can use to get around the incompatibilities of jQuery or other libraries utilizing the `$` namespace. For instance, you can cache the previous values, and return...

I have a similar project as well, which was created because I also had a hard time finding anything that met the use cases I was looking for: [webpack-chain](https://github.com/mozilla-rpweb/webpack-chain). As...

I tried this out locally by building the project on my Mac, launching the .app file, then starting up another project with the webpack-dashboard plugin added. I think this could...

Performing 2 would completely destroy my use case which is to allow it to be used from other webpack wrappers, like Neutrino. Since my goal is to manage the lifecycle...