CHaBou
CHaBou
In case of boolean option, it would be useful to have this option with true value if it is passed as argument with no value. Bonus: it should be compatible...
It could be convenient to intercept keyEvents on capturing phase and not bubbling one. (I need it for [Hyper](https://github.com/zeit/hyper) to capture and flag key events BEFORE they reach embedded Terminal)....
It would be great to have 32/x64 platform distinction. For exemple: `deb32`, `AppImage32`,`rpm32` and keep current platform without any suffix for 64 bits? As of now, when a release have...
Hello, this project looks awesome. I am trying to configure it but authentification fails. Token is undefined. (I retried a lot) Is it normal to have a HTTP and not...
ESLint rules should be challenged. Detecting unused import should be added for example
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91 A caveat is that environment variables are cached and users should open and validate "Edit environment...
Shout-out to this project 🙌 We run a pretty complex monorepo, and this SDK made our pipeline not only smarter but also maintainable. Total game changer 🚀 Thanks for the...
I was experimenting with some features and ran into an issue. Currently, every sound is played multiple times simultaneously. I added this log in the `use-sound` custom hook: ``` if...