B. Szilvasy
B. Szilvasy
I think it's generally reasonable as a user of a program to expect a somewhat clean shutdown on `SIGINT` at least, which would involve cleaning up the temporary file. However,...
Here's another one distinct from, but related to, the `collect_*_stats_sample` races, and without a TSan report yet. - [x] `caml_clear_gc_stats_sample` from `domain_terminate` races with `caml_accum_alloc_stats` in a test I wrote...
I've created this horrid abomination in the same vein: 
> @eutro I understand the images in this repo are under the Creative Commons license but do you mind if I add your creation to [this repo](https://github.com/jeetelongname/doom-banners)? Fine by me...
If you can find me a way to build it... I don't see any releases for it.
Notably, it may be worth parsing `raylib.h` itself with one (Racket-implemented) parser, and using it for `raymath.h` as well, to avoid having to 1. rely on raylib's parser; 2. duplicate...
Hi, Both `raco exe` and `raco dist` appear to work on my machine (linux, x86_64) on all of the examples in the examples directory, producing a working executable and a...
Yeah I was also thinking that there's no way our current solution works wrt mutually recursive definitions (thanks for the counterexample). I also had the thought, could it be better...