Yuuki Wesp

Results 76 issues of Yuuki Wesp

https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/ With version AnniversaryUpdate introduced support escape sequences After installing ConsoleMode flag ENABLE_VIRTUAL_TERMINAL_PROCESSING enable mode escape sequences `\x1b[38;2;R;G;Bm TEXT \x1b[39m` R - Red G - Green B - Blue `\x1b[39m`...

Possible? and Installing Arch in parallel with Ubuntu. As an example: OpenSUSE.

![image](https://user-images.githubusercontent.com/13326808/193838531-d0f77061-3d49-4e5b-a512-a7603ee9282c.png) Yes, of course, i known what can i do `using(await lock.AsyncLock())`, but this is not entirely intuitive given the official syntax for IAsyncDisposable If you don't mind, i can...

- [ ] Fully support arguments when calling functions (maybe using evolving tokens) - [ ] (?) Add scope brackets - [ ] Migrate parsing functions from eval state into...

enhancement
compiler-space
runtime-space
planned

- [ ] optimize parser - [ ] rewrite entrypoint - [ ] rework evolution token

enhancement
compiler-space
planned

Last normal commit on Aug 10, 2017

`gpg --detach-sign ./file`

enhancement
help wanted
hacktoberfest

## Uploading firmware into devices - [ ] #12, #9 Fix uploading directly via Serial Port, replace legacy hxSerial with new library (or trying fix hxSerial [hxSerial#11](https://githib.com/hxSerial/pull/11)) - [x] Add...

Check installed hxSerial ```powershell 01-blink → λ git [master ≡] → haxelib install hxSerial You already have hxSerial version 0.1.2 installed ``` Try print list of serial port (when arduino...

i try compile follow code ```haxe package; class Main { public function setup() { Arduino.pinMode(Arduino.LED_BUILTIN, Arduino.OUTPUT); } public function loop() { Arduino.digitalWrite(Arduino.LED_BUILTIN, Arduino.HIGH); var s = [1,2,3,4]; var w =...