dankeboy36

Results 7 comments of dankeboy36

I would love to contribute, but I have issues running the tests. Is the `3.19.1` a [strict constraint](https://github.com/stephenh/ts-proto/#development) for `protoc`? I have `libprotoc 3.21.5`. I have failed to run both...

I am interested in implementing this feature. Please add me to the assignees

Great idea! > Print the output Do you prefer IDE to print the output at the end of the command, or does it want to provide the terminal feeling? For...

> ### Expected behavior > * See lines longer than 10k characters. As a workaround, you can use the `editor.wordWrap` [advanced settings](https://github.com/arduino/arduino-ide/blob/main/docs/advanced-usage.md#advanced-settings). Set it to `"on"`: ```jsonc { "editor.wordWrap": "on"...

> the IDE starts outside of the viewing area and cannot be brought to the first screen Please see if this workaround helps to fix it: https://github.com/arduino/arduino-ide/issues/52#issuecomment-1660870738.

> not the handler that is running on extension side? Preferably the handler at the extension side. Of course, it should be the responsibility of the extension developer to abort...

Absolutely, I have been monitoring your changes. Very nice, thank you! Is there a reason this lib invents its own `Cancelable` type instead of `AbortSignal`?