Renée
Renée
If `deno` provides a `stream` module itself, the best option would be to exclude `stream` from the bundle somehow. Alternatively, esm.sh could use the `readable-stream` module directly. `stream-browserify` uses that,...
Hi @devongovett, would you be open to transferring this package to the browserify github and npm orgs?
Apologies from Neon—we started treating the neon_runtime module as internal during the N-API migration because it needed lots of these `Env` changes. I'll try to send a PR this week...
+1! I'd expect `foo*.a.b.c` to compile to `a.b.c for a of foo`, one could add parens to change that behavior, whereas that is not possible if it's the other way...
If `jsonpath` can sometimes pass untrusted user input to static-eval, i recommend looking for/building a different more focused module, because this sort of thing is inherent to static-eval's domain. static-eval...
For the purpose of creating screenshots for map previews, it would be enough to be able to read scenario files—map scripters could generate scenario files in Definitive Edition and load...
I think just having the package size of each dependency would help a lot, and it's also what bundlephobia does for its graph: https://bundlephobia.com/result?p=@uppy/[email protected] Here at the bottom, `engine.io-client` is...
Yep…the default implementations of `getResponse{Data,Error}` should probably return `null` if the `responseText` is empty/not a string.
Sorry for leaving this hanging for a while. A few weeks ago we discussed it in a team call and decided we should look through the other places that may...
Not sure about the state mutation … It's true that Uppy with the Redux Store does store Blobs in your redux state tree, which may be a problem in itself...