Aaron Ballard
Aaron Ballard
https://github.com/developit/preact-compat/issues/397 Probably needs to be trimmed down, included everything needed to run the example below the configs. I also referenced the es file instead of the umd one. I figured...
Just wanted to see if here was interest in having a rollup config section along with browserify, webpack, and babel. It's pretty straightforward, just throw in `rollup-plugin-alias` and alias react...
``` Windows 10 Node 8.4 NPM 5.3 redux-observable 0.16 ``` Been tracking down why random bits of my page were breaking when using the minified bundle, and it turns out...
I was working on a component that used snarkdown/marked on my mac, and it was working fine. Then I switched to my windows desktop to make some quick changes, and...
Currently, the `dig` parse method is the only one that explicitly ignores `_id`, per [Line 317](https://github.com/phutchins/logstash-input-mongodb/blob/master/lib/logstash/inputs/mongodb.rb#L317). Should that check be added to the other parse methods as well? It currently...
Just a small typo [here](https://github.com/bradrobertson/sublime-packages/blob/master/ASP/ASP.tmLanguage#L180), which I found because the atom and vscode asp plugins both copied this repo, and also didn't catch that. Will put in a PR if...