Vojtěch Strnad

Results 21 issues of Vojtěch Strnad

**Which command failed?** `cargo build --locked --release` (with or without `--no-default-features`) **What was the error message?** Error message ``` error[E0432]: unresolved import `signal_hook::iterator` --> src\signals.rs:4:18 | 4 | use signal_hook::iterator::Signals;...

bug
build
windows

### I'm having an issue: peerjs-server lists a few DefinitelyTyped packages as production dependencies: ``` @types/cors @types/express @types/ws ``` This means that these packages are installed when peerjs-server or any...

enhancement
question

TypeScript 4.0 introduced [labeled tuple elements](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#labeled-tuple-elements). However, it seems that they break the schema generator. When generating a schema from a type that references a labeled tuple, I end up...

enhancement
help wanted

My bot usually stops running after a few weeks. There is no error event, close event or any other kind of event really, including a message event with a chatter...

Partially fixes #29285 (adds the option but leaves the default policy unchanged) No tests so far, if there's consensus to move forward with this I'll look into adding them. Disclaimer:...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour bitcoind crashes on startup with this error: (not logged in debug.log)...

Bug
UTXO Db and Indexes
Data corruption

**Summary** Jest uses an [environment variable](https://jestjs.io/docs/environment-variables) named `JEST_WORKER_ID` that is unique for each worker. This can be used to avoid collisions when using external resources, e.g. file system or external...

🐛 Bug

ops.ts exports the list of opcodes as: ```ts const OPS: { [key: string]: number } ``` That's not a very safe type, as it permits access with any string key....

It would be nice to traverse not only the given property but also its subproperties. For example, if I want to know the dependencies of a software, traversing [depends on...

SvelteKit downloads an extra CSS file `/_app/immutable/assets/Offcanvas.60614438.css` when Sveltestrap is used. The entire contents of the file is as follows: (64 bytes including a newline) ```css .modal-open,.overflow-noscroll{overflow:hidden;padding-right:0} ``` Digging through...