Alan Plum
Alan Plum
This isn't a massive problem but it would be nice if this were handled more gracefully: ``` > new MCrypt() // fails as expected Error: MCrypt module could not open...
## Component __Affected feature__: Foxx ## Steps to reproduce 1. Use a third-party module that expects `URL` to be defined, e.g. a recent version of `joi`. __Problem__: An error is...
Webpack 5 no longer automatically polyfills node core modules. Some other compilers probably don't either. We currently rely on webpack 4 to do this for our web build but going...
I'd love to use this library to generate other content-dispositions headers in multipart messages. One of the use cases is form-data, where the individual fields have a content-disposition of `form-data;...
If this is meant to become the go-to solution for parsing content-disposition headers, it should ideally support as many optional features as possible. One that should be relatively easy to...
This pre-commit hook is a great idea, but sadly I can't reasonably use it in JS projects because it completely bypasses the relevant `.jshintrc` files by reading from STDIN instead...
UNEndorse: <img src="https://pbs.twimg.com/profile_banners/33521530/1566840676/1500x500" alt="XSS">
(Sorry, someone had to spoil the fun)
This adds support for the "encoding" parameter (from `spawnSync`). See https://nodejs.org/api/child_process.html#child_process_child_process_spawnsync_command_args_options
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
This adds a test for neo4j using the new bolt driver. I wasn't able to run the test locally because importing the data took forever but going by the README...