Isaac Imholt
Isaac Imholt
 It's all those single .txt files that take forever to copy. Please use a database or put them all into a single file or something. This is just insanity.
Add functionality such that `>>> omdict(a=1, b=2) |= {'a': 'hello world'}` fully merges/updates (`add` all members) the omdict `>>> omdict([('a', 1), ('b', 2), ('a', 'hello world')])` and similar functionality for...
added `__add__` and `__iadd__`
I am trying to use `uv` on a company project but it is not able to parse the package page. I suspect it is attempting to parse some javascript. ```zsh...