Anthony Clark

Results 3 issues of Anthony Clark

Hello, I am working on a simple DART example so that I better learn DART and can compare it to engines that I've used in the past. The example is...

tag: question

I would like to have language-specific mappings. For example: ```js "o": recordChange( { command: ["editor.action.insertLineAfter", "modalEditor.setInsertMode"], when: "editorLangId != markdown" }, { command: ["cursorLineEnd", "markdown.extension.onEnterKey"], when: "editorLangId == markdown"} ),...

The summary is that I was unable to upload a WARDuino sketch to my [Adafruit ESP32 Feather V2](https://www.adafruit.com/product/5400) using the arduino-cli. I still need to try uploading the the sketch...