MHebes

Results 15 issues of MHebes

* **Node.js Version**: 2.16.3 * **OS**: Windows * **Scope (install, code, runtime, meta, other?)**: Code * **Module (and version) (if relevant)**: stream I also created a [stackexchange code review](https://codereview.stackexchange.com/questions/253515/nodejs-stream-readable-implementation-to-combine-pcm-audio-streams) post...

stale

Hi, love the library. Not sure if it's still being maintained but for posterity: The official `react-hooks/exhaustive-deps` eslint rule allows you to whitelist custom hooks to automatically have their dependency...

Thanks for the project! Just some things I came across when compiling on windows. Uses `find_program` instead of `set` to find avr tools so that `.exe` suffix is added. **Small...

### Describe the bug When bundling an app with the tauri version e.g. "2.5.0-beta+1a2b3c4d", I get an error that "optional build metadata in app version must be numeric-only". My understanding...

type: bug
good first issue
status: needs triage

# Bug report ## Current behavior If you enter a value, say `"1.23456"`, which would be truncated by `formatNumber`, `onValueChange` gets called with `1.23456`, and the input text is set...

component: number field
bug