Benjamin S Wolf
Benjamin S Wolf
Hey, I'm really appreciating the DoublePriorityQueue: it lets me easily remove entries from one end to avoid overfilling a constant size, kind of like a work-queue LRU cache. Since the...
I can add a World Record component that shows the current world record (plus whose it is), but there's no component to show what my own PB is? That information...
I found icons on a wiki but they're downloaded as webp. It would be great to not have to convert them all to png to use them.
https://github.com/hbmartin/graphviz2drawio/blob/751993505ef02db43ad116e7d4cd38a20608945a/graphviz2drawio/mx/MxGraph.py#L115-L118 Line 117 here throws an exception when `curve.cbset` is empty, thus leaving `cb` unset.
``` error: unsupported key expression --> src\movements.rs:32592:5 | 32592 | 14usize /* SpotId::Amagi_Breach__East_Entrance__East */ => &TIMES_WATER__AMAGI_BREACH__EAST_ENTRANCE__EAST, | ^^^^^^^ ``` #262 supposedly enabled usize for PhfHash, but it's not present in...
This PR adds new keyword arguments `callers_sort_key` and `callers_filter` to `pstats.Stats.print_callers`, and similar to `pstats.Stats.print_callees`, and documents them in the profiling doc. The sorting and filtering are accomplished via use...
## What is this fixing or adding? `---` marks the start of a yaml document which lets us put multiple yamls in one file, but if it's accidentally put at...
## What is this fixing or adding? When running Generate.py, uncaught exceptions are logged once to a file and twice to the console due to keeping the original excepthook. We...
## What is this fixing or adding? Adds a flag to Generate.py allowing for testing seed generation without multidata, which allows for manual confirmation that any e.g. performance-related changes to...
## What is this fixing or adding? If your yaml includes a named range option typoed, misspelled, or otherwise nonexistent, the error you will get back will be: `ValueError: invalid...