contra

Results 97 issues of contra

Related: https://github.com/nodejs/node/issues/21783 Info about how to fix it: https://github.com/nodejs/node/blob/master/doc/api/addons.md#context-aware-addons Example of a native module fixing it: https://github.com/schroffl/node-lzo/pull/11/files Let me know if you want me to take a swing at it...

Stumbled on it by noticing that my regex's were failing, but raises a larger issue: There are plenty of non-JSON values used in loader options that currently break when using...

When watching an array of globs one of them turned out to be undefined due to my negligence. The error that came back was not very helpful and led me...

enhancement

https://github.com/video-dev/clappr-rtmp-plugin/blob/2fe6f7e5d6eec9751852ea45071b21191aeb4d3e/webpack.config.js#L19 in the webpack causes it not to build on a case sensitive OS since the package name is lowercase, and also causes webpack to complain with this warning: ```...

`import 'clappr-rtmp'` is busted because the dist doesn't seem to be published to npm. The package points to `dist/rtmp.js` which doesn't exist in the tarball.

**Describe the bug** Using setCookie with an `expires` value, cookies do not persist if you close the app. **To Reproduce** Steps to reproduce the behavior: ```js const SESSION_TIME = 1000...

**Is your feature request related to a problem? Please describe.** You currently can't send raw file data over a request, besides as a string or a form. **Describe the solution...

I made a mongoose workshop using workshopper + some modifications https://github.com/wearefractal/mongoose-adventure I think some of these modifications can be brought back. 1. Wrote my own call tracker that writes all...

Right now it will emit a fail but no logging as to why.

Would be nice to set a max buffer (or max array) size for collect

enhancement