hammerfunctor
hammerfunctor
Three other examples fixed [here](https://github.com/hammerfunctor/ZigAndroidTemplate). Feel free to add that into this pr.
> This PR claims to give this project support for Zig 12, however, you cannot build this with even zig 11, because as of zig 11, std.build and std.build.Builder have...
Deprecated doesn't imply removed immediately https://github.com/ziglang/zig/blob/e19219fa0e0a563dfda4a5f00737e0aadd7ca44e/lib/std/std.zig#L198
> I did not know about this, but indeed, that would be feasible. As is often the case, the interface might be the hardest part. How would you propose to...
I've done some jobs, now the code works as I want ```julia using LRUCache import LRUCache: get! using Dates utime() = unix2datetime(time()) mutable struct TValue{V} t::DateTime v::V end struct TTLCache{K,V}...
> It's developers' joy! Of course, I mean, developers have things much more joyful than this to do.
No blurry if you do `texmacs -platform wayland`.
`XDA_DATA_HOME` to me feels more like a directory for persistent data, while downloaded plugins can be safely deleted. Making an analog to Emacs' [elpa](elpa.gnu.org), we can store downloaded plugins in...
FYI, I just see this warning raised in my wayland session on kde plasma. X11 session is perfectly fine with `RenderArea`. As a workaround, force gtk back to XWayland in...