David Buezas
David Buezas
Not a breaking change. Using this option, the command palette can be configured to be more like that of vscode (i.e show no commands when nothing matches)
## Steps to reproduce: 1. Render a dot file (first) 2. Transition into a different dot file (second) rendering 3. Interrupt transition before it finishes 4. Transition again into a...
For some applications it would be very useful to allow for manual corrections of the face feature positions and to get the matching face model parameters from them. This would...
The core has the low and high bytes declared, but not the `16 bit uint`, which e.g. the Timer1 counterpart has (TCNT1) ``` #define TCNT3L _SFR_MEM8(0x94) #define TCNT3H _SFR_MEM8(0x95) ```...
This works fine: ```cpp #include void setup(){ pinMode(LED_BUILTIN, OUTPUT); digitalWrite(LED_BUILTIN, 1); PMU.sleep(PM_POFFS0, SLEEP_1S); digitalWrite(LED_BUILTIN, 0); } void loop(){ } ``` This doesn't work. It doesn't go to sleep: ```cpp #include...
There you can post & find: * Questions and answers * Projects done by others * Introductions of the contributors I'm not used to that tab myself so I'll pin...
I'm unfortunately very short on time lately, does any of you @seisfeld @jayzakk @jg1uaa @SuperUserNameMan @LaZsolt have interest? The release process is basically running a script, pushing and dropping the...
In Android, shortcuts, volume, play-pause and arrows react twice to each single tap. For example: * when I tap the arrows, the camera moves two steps * When I tap...
Execution obviously works as intended, but error reporting (squiggle lines) and code autocompletion (outside of the block) break as soon as an `import` statement is used.  This doesn't happen...