ylmrx
ylmrx
@simonpasquier Hello Simon, we'd like to propose this tiny bit of code, I'm failing to reach for the variable (ie. consul version) from the test.go code though, as I'm super...
I use the Nerd Font package and Tilix as a terminal emulator, it shows the same behavior for many of the fonts (within the terminal emulator and the browser). (these...
The SVG doesn't include the font. You need to have the specific font installed. It's not too bad as there's a failover font "monospace" (which your browser links to a...
here's my take on the issue with 4 tracks, it can easily be adapted to fit 16. https://github.com/ylmrx/TwisterSisterTracteur/blob/main/src/main/java/io/github/dozius/TwisterSisterExtension.java#L489
https://github.com/ylmrx/TwisterSisterTracteur/tree/main/docs#4-or-8-tracks-mixer-bank-2
this is gonna be difficult to achieve until we bite the CI bullet :) It shouldn't be too complicated with the code part, but it make much more sense to...
The example i'm showing in comment above is 95% the default prebuilt-script from github-actions. also cf. https://github.com/microsoft/github-actions-for-desktop-apps?tab=readme-ov-file#versioning (linked in yml header)
This issue looks very similar to #340.
``` var radius = Radius.GetValue(context) == 0.0f ? .0001f : Radius.GetValue(context); ``` this logic avoids this div/0 (im guessing this is the underlying issue), still display fine (in the value...
it works just fine here (i do see those 3 bytes), can you give more context regarding what you attempted ? I couldn't make it crash. (here: win11, python 3.9.13...