SimonLSchlee
SimonLSchlee
Point 3 in [The Principles of Racket](https://felleisen.org/matthias/manifesto/The_Principles_of_Racket.html) states: > Racket turns extra-linguistic mechanisms into linguistic constructs. > > When programmers must resort to extra-linguistic mechanisms to solve a problem, the...
On my system (linux manjaro xfce gtk) `move` seems to treat the position as the outer window position (left-top of the decorated window). While `on-move` and `get-x` / `get-y` report...
The documentation states that I should be able to call get-text-extent on a bitmap-dc without specifying a bitmap, but I get an error "drawing context is not ok". ``` #lang...
The documentation always uses `Documentation - The Zig Programming Language` as the title. Personally I found that unfortunate, because I regularly have a lot of open tabs and all of...
https://wrench.machengine.org/ The link ["Wrench helps automate and maintain Mach (the Zig game engine)"](https://devlog.hexops.com/2023/how-wrench-helps-build-mach/) returns a 404 Where can I find the blogpost?
In the pull request https://github.com/legacyclonk/LegacyClonk/pull/63 @maxmitti has told me and coached me, to adhere to the **informal** style guide. I think it would be good to start using a linter...