Jeff Chiou

Results 3 issues of Jeff Chiou

For example, I want this to result in tracing a line along `w`'s history of positions. ```julia function draw(g::Game) draw(Circle(w.x, w.y, 1), colorant"gray") end ``` For me it just shows...

### Describe the bug When I load or reload the [MyST Live Preview](https://myst-parser.readthedocs.io/en/latest/live-preview.html) page, I expected the page to darken while the live preview was loading. But instead the navbar...

bug

Before pinning any windows, switching desktops by number works fine. After pinning, I get an error. ![image](https://github.com/FuPeiJiang/VD.ahk/assets/47987424/d9e3473a-13b8-48b0-9ff9-1ff1ed622328) I fixed it by changing line 597 from ```ahk if (guid_to_desktopNum[strGUID] == desktopNum)...