Matt DesLauriers
Matt DesLauriers
Just tested on a fresh OSX machine that was using NVM to manage multiple node versions. It seems like global installs were going into an `.nvm` folder. Nothing would happen...
Typical scenario, you have a structure like this: ``` index.js app index.html other-page.html ``` And you want to test the `other-page.html` with beefy: `beefy index.js --cwd app --index=./app/other-page.html` However, because...
Not sure what's up, maybe an issue with watchify? Using beefy 2.0.1 with `--live` sometimes doesn't trigger a reload event on file save. The odd thing is that I can...
Fixing issue #63
First, great work on this module. It works well with [budo](https://github.com/mattdesl/budo). In webpack, when a module without `module.hot` (like the app root) is changed, it triggers a full page refresh....
We have some automated tools for license checking that our legal team uses. Right now your module is getting flagged as un-licensed since this field is missing. :smile:
I noticed it was in earlier versions, but can't see it on master or dev branches. Was it removed intentionally?
Filesize
Hey Lieff, thanks for this library and `minimp4`, I'm compiling them to WASM for the web [here](https://github.com/mattdesl/mp4-h264) using Emscripten and it's working well. Something that came up is a [filesize...
I’m not very well versed on this but I’ve just been informed about some of the H264 patents, and that distributing any H264 encoder could result in needing to pay...
When `opt.json` is truthy, errors on `JSON.parse()` are swallowed. https://github.com/Raynos/xhr/blob/bc9674d7d5f5c8870ab23fb736fbacc2b3f73518/index.js#L38-L40 Is there a recommended way of handling these errors while still supporting `json: String` option?