dkuhnert
dkuhnert
Also, you get an error message on the interface when you try to extend this type: ``` type Magic = { [key: string]: object } & { specialKey?: true };...
Same issue here. This is also broken in workers. The electron.net API should only be used when `process.type === "browser"`. Technically it's still an electron process (as for example `process.versions.electron`...
Here is what i use for rust test with backtrace: **.zed/tasks.json:** ```json [ { "label": "rust test with backtrace", "command": "cargo test -p '$ZED_CUSTOM_RUST_PACKAGE' --test '$ZED_CUSTOM_RUST_TEST_FRAGMENT' -- --exact '$ZED_CUSTOM_RUST_TEST_NAME'", "env":...
I just ran into the same issue. I think i tracked it down to the mdns polling if_watch in a loop. When rtnetlink socket is closed if_watch stream will return...
I'm on latest: ``` % cargo tree -i libp2p libp2p v0.53.2 ... ``` This happend to me in an unittest which runs very quickly. When i run this test on...