Isaac Imholt

Results 5 issues of Isaac Imholt

![2018-01-28_13-43-48](https://user-images.githubusercontent.com/12482837/35482165-8a8ee5c8-0431-11e8-8b8f-36ffe01eccce.gif) 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...

needs-mre