iacore

Results 421 comments of iacore

SDL's built-in cursors are not working as intended... this is `*_SIZENWSE` ![image](https://github.com/david-vanderson/dvui/assets/74560659/3b68a914-a90f-46f6-953c-bd2a79b3f21d)

I changed the title. > Do you have some code that illustrates this that I can look at? A good motivating example could help guide us here. I don't have...

I find this very useful as well. Most notably, the `` combo.

I made this PR because I don't want to append the final \0 for mmaped files. \0 can appear inside a normal file. The current parser stop parsing at first...

> If the overhead of calling strlen is a problem, that could be removed; instead, just keep the nul check, and set the max len to a huge value in...

As of Zig 0.11.0, putting `build.zig` in this repo is not much useful. I noticed that when building `libmir.a`, `c2mir/c2mir.c` is also included. Why is the file included? Also, MIR...

Have you tried removing all `LC*` and `LANG*` environment variables before running the benchmark?

> Now, before I close that. Should the script unset it manually? It should, although that's a work around. What was your `LC_NUMERIC` set to?

I cannot reproduce this. What I ran in fish: ``` set -x LC_NUMERIC el_GR.UTF-8 make --debug bench ``` what command did you use to run the benchmark?