Tom Stordy-Allison
Tom Stordy-Allison
+1 for this - I have a project that I want to upgrade to v11, and console-feed is last package that is still stuck on v10.
My quick two cents - for me, it’s more about option 2 than actually wanting to be able run with the new version right away post install (side by side)....
+1 for this. I'm playing around with using memfs in conjunction with some libraries that are assuming case-insensitivity on Windows platforms, which isn't the case when I'm using memfs! This...
Related: https://github.com/rollup/plugins/issues/208
Also, the real nice stuff that we would want modular to support: https://nodejs.org/api/packages.html#packages_subpath_exports
FWIW, I'm getting this when compiling https://github.com/facebook/flipper on Windows, where I have my code on drive ("I:") that is actually just symlinked (or whatever that is on Windows) to a...
Seconded - I found this issue after having to get the debugger out on webpack... once I saw the proxy was in SMP, it all fell into place. Doh.
The approach we’ve taken in the past was a container subclass that captures key events that bubble up and sends them to enaml. The main use case was for shortcuts...
+1 I've played around with this sort of thing a few times in the past, but never quite had the time to put something together that was comprehensive. As you...
Afraid not - it was written some time ago for my dissertation and uses the old Hadoop MapReduce API. On 10 May 2016, at 03:17, jlusongyang wrote: Is the project...