Christopher Serr
Christopher Serr
An alternative to this would be that we make existing associated constants object-safe. Currently, traits with `const` items are not dyn-compatible ([Error `E0038`](https://doc.rust-lang.org/error_codes/E0038.html#trait-contains-associated-constants)). If we simply implemented the backend logic...
The way I usually like to to this is to simply added the refresh rate's time span to the previous time stamp and sleep until then. That way you only...
Hey, I'll try to review this later today. This possibly clashes a bit with the changes we want to make for the split columns that we already made for LiveSplit...
Mmh, so it seems like the Graph and Previous Segment aren't actually gaining the setting. Only Delta, Splits and Subsplits. That's fine for me. However something that I'm considering at...
> Also, why can't Graph and Previous Segment get this setting too? They can, it's just that the PR doesn't actually add it. It only makes them still compile.
I think the most important change is to actually make it a per column setting. From there it can be backwards compatibly changed at any point in subsequent changes (by...
Isn't an IL a kind of category? As in, why can you specify a category and a level name? Though I may be missing something completely.
They call this scope on speedrun.com apparently. So we probably should name it something similar.
Based on this PR I made some further improvements by precomputing the lookup tables entirely at compile time: https://github.com/CryZe/OpenSimplex2/commit/cebabc3650718c090d25c6b5bdbc3839ba130b02 Feel free to pull it into this PR.
I believe this is #229