Adrian Pascu
Adrian Pascu
`new BN(null).toString()` causes an infinite loop (cashes the browser) It looks like - `new BN(null)` creates an empty BN - `.toString()` causes the VM interpreter to go into a loop...
I will come back with a PR
### Issue The `events` npm module is used inside of [pouchdb-utils changesHandler.js](https://github.com/pouchdb/pouchdb/blob/9519c748c48cbac41451039765c758e5987bbc57/packages/node_modules/pouchdb-utils/src/changesHandler.js#L1) (also seen in the `index-browser.es.js` dist file). This dependency is not listed in the [pouchdb-utils npm package](https://www.npmjs.com/package/pouchdb-utils/v/7.3.0?activeTab=dependencies) This...
Does the mopidy-soundcloud plugin support stations? I'd like to play URL's like this one: https://soundcloud.com/stations/artist/allchillnation
I use a superclass to do the injection of all my base classes. When I generate my fields/event listeners using abz, it adds the `Butterkinfe.bind` call that I do not...
A lot of use use the `window.navigator.app.exitApp` functionality. I think the entire `window.navigator.app` API should be documented. This will make it clear if it's a public facing API or not....
This also removes the merge property and probably breaks [this functionality](https://github.com/slorber/react-async-hook/tree/f8569186fbf77607b0f6d46a62639cd838b4d966#how-can-i-keep-previous-results-available-while-a-new-request-is-pending) This is more of an idea than anything else, feel free to close this PR. I'd like more guarantees...
I created a repo that has a simple project to reproduce the bug https://github.com/adi1133/PageSlidingTabStripBug Click the Add Fragment button and go past the last fragment, the app will crash.
``` import './component.css'` ``` should load the file. See https://github.com/gajus/babel-plugin-react-css-modules#anonymous-reference . I've tried to add the change myself but I can not manage to build the plugin.