Alan Plum

Results 18 issues of 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...

1 Feature
3 Foxx

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...

Feature Request
semver-major
fixed

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;...

enhancement
help wanted

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...

enhancement
help wanted

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...

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...

semver-minor
help wanted

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...