dankeboy36
dankeboy36
Thank you for the great lib! From: https://github.com/stephenh/ts-proto/blob/d2be6f9f441bb90d5b7904a069a7306b6b041cba/src/generate-nice-grpc.ts#L9-L10 To: ```ts const CallOptions = imp("t:CallOptions@nice-grpc-common"); const CallContext = imp("t:CallContext@nice-grpc-common"); ``` Based on the `ts-poet` [import specs](https://github.com/stephenh/ts-poet#import-specs). ---- Generated output: From: ```ts...
### Motivation From [here](https://forum.arduino.cc/t/add-an-option-to-upload-without-recompiling/1213940): > For example, I'm now developing using for an ESP32. It requires that I hold down the EN button to put the board into the correct...
Thanks for the lib ❤️ Support cancellation. Maybe with `AbortSignal`. It's available in the browser and from Node.js 15+: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#browser_compatibility ```ts import { isAbortError } from 'abort-controller-x'; import { HOST_EXTENSION,...
### Describe the request Please let the sketch profile file store the preferred `port` (address) and (port) `protocol` per profile. Assuming [this](https://arduino.github.io/arduino-cli/latest/sketch-project-file/#build-profiles) format: ```yaml profiles: : notes: fqbn: platforms: -...
### Describe the request With https://github.com/arduino/arduino-ide/pull/2110, it's possible to write a custom Arduino IDE 2.x tool as a [VS Code extension](https://code.visualstudio.com/api)—for example, https://github.com/dankeboy36/esp-exception-decoder. When the extension is [installed](https://github.com/arduino/arduino-ide/blob/main/docs/advanced-usage.md#installation), the functionality...
### Bug Description: `viewsWelcome#enablement` can be used to control the enablement of the buttons and links, see for example: https://github.com/microsoft/vscode/issues/114304. This is working fine in Code but not in Theia....
### Motivation When the IDE depends on a non-released version of the Arduino CLI, LS, etc., tools, it must check out the corresponding pinned commit from Git and build them...
> I have a similar issue. No matter what I copy/paste, it does not recognize the stack trace. It > would be nice if the extension could output some progress,...