Results 55 issues of wouter bolsterlee

To avoid messing with iterators, the `DB` could have `.get_or_next(...)` and `.get_or_prev(...)` methods. In addition to the args already supported by the `.get()` method, it would also have `include_key` and...

...to read from an input file, as a sanity check. this can avoid loading huge files without newlines that can quickly exhaust memory.

enhancement

`json.JSONDecoder.raw_decode()` + a bunch of bookkeeping and buffering

enhancement

when advising functions, i sometimes just want to call a function of my own after the original function, which can be accompllised using something like ```el (advice-add 'some-function :after #'my-function)...

enhancement