Alex Bettadapur
Alex Bettadapur
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When rendering a draft editor as an ancestor of ``, warnings are printed...
Hey. I am using VLC to play URLs returned from getStreamUrl(). I only get the URL when I am about to play it, so as to avoid the URL expiring....
If the component is re-rendered with different modules, they will not be added as we do not listen to componentWillReceiveProps
Hi, Love this library. One use case I couldn't figure out how to test is something like the following: ```js function* eventLoop(channel: EventChannel) { while(true) { const event = yield...
I think this tool is great for quickly validating accessibility on websites. I would also like to use it to perform audits on Electron applications, which are also built on...
AsEffects helpers are not compatible with the new version of redux saga, need to update `effects.js` to handle both versions
Should make the reducers easier to read by removing all of the spread props
Hi @Andarist I made a few changes, how can I publish the updated package? Should we add CI to make this easier?
I get errors when running `npm run rebuild` on macOS. I am aware this is not a macOS library, but I am writing a cross platform application and require this...
### Bug report I have a custom plugin that emits CSS modules `compilation.hooks.processAssets`, and these are derived from source code processed by Webpack. The loader returns a JS object containing...