Matt DesLauriers

Results 224 comments of Matt DesLauriers

Yup getting something similar. Seems to be a chokidar issue in my case – files are being watched but chokidar change events are not triggering.

Strange – in my case I renamed the folder to something else, tested, then renamed it back to its original name, and now everything is working again.

Ok managed to fix the SSL actually - here's what helped: https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate And as a result I see the money amounts now, it just seemed like it isn't there in...

If a rewrite is planned, one or both of these may prove useful. https://www.npmjs.org/package/dom-css https://www.npmjs.org/package/prefix-style

Update: something to do with alpha and blending; giving the nebula output color an opacity of 1.0 fixes this.

Another suggestion, related to the dev/build step. :tada: You might want to check out [budo](https://github.com/mattdesl/budo) for local development; it has a few benefits like incremental rebundling for faster development (via...

It also needs to be split into npm modules a bit before we start integrating it on multiple projects. Otherwise I will have to try and keep multiple scripts in...

Right now I'm using [bin-pack](https://www.npmjs.com/package/bin-pack) to do real-time sprite sheeting in the browser (client-side) rather than having to do it as an offline step. This is useful, for example, when...

Maybe something that could be optional or configurable? Some of the audio files I’m thinking of using QOA for have a lot of noise to begin with that I would...

But—does http1 even support ws? What are the odds that something as high level as express would work? It feels like large swaths of node/npm ecosystem are going to be...