Sébastien Lorber
Sébastien Lorber
Hi, Not sure where to ask this and your infos are hard to find online ;) Great job BTW. Wondering if you are aware of any ICU js editor, to...
see https://github.com/slorber/awesome-debounce-promise/issues/14 (this lib depends on yours) Not sure it's really worth to add to readme, I'll let you decide
Hi and thanks for working on this interesting plugin. Don't hesitate to submit it to our community docs so users can more easily find it. One suggestion I could make...
Hi, Just wanted to mention that other IDEs like JetBrains Intellij/WebStorm etc are doing this natively (no plugin required) with the following syntax: `/* language=jsx */` That would be nice...
That would be cool to ship TS defs for this package ;)
For example if you are on RN and the button trigger an async process and then a navigation, we may want the button to keep its spinner during the navigation...
Hi, When using this addon I get the following warning, is this normal? ``` Warning: Failed prop type: Invalid prop `context` of type `function` supplied to `Story`, expected `object`. ```
## Summary Follow-up of the work of @RDIL for Docusaurus 2 to support Webpack 5 (https://github.com/facebook/docusaurus/pull/4089) We have a Webpack 5 deprecation warning: `chunk.getModules()` is deprecated and should be replaced...
I couldn't make this repo run by default on Netlify without downgrading Node.js versions. 14/16 didn't work, but 12 worked I suggest specifying a version so that others trying to...
The suggester works fine if applied to a fullscreen view, but the positionning is not good if I try to apply it on a non-fullscreen view (for example with a...