Results 55 issues of wouter bolsterlee

it may be a nice idea to have a read-only version of a (nested) dict/list to avoid unintended modifications. something like this perhaps? ``` python d = sanest.dict(...) ro =...

enhancement

it is not possible to create a (direct) weak reference to a `sanest.dict` or `sanest.list`. this is just like their built-in `dict` and `list` counterparts. for the built-in types, this...

enhancement

`null` (`None`) values in dictionaries are typically unwanted. a helper to recursively clean those would be nice, e.g. `.clean(deep=True)` (better name?)

enhancement

...to ensure that you always join conference calls in a muted state.

enhancement

a `(evil-swap-keys-reset)` command to reset the buffer-local configuration to a blank slate can be useful during interactive experimentation to revert manually applied swaps (using `M-x`, not via mode hook).

enhancement

When running the tests on Pypy, sometimes this error occurs: Exception ignored in: weakref callback: Traceback (most recent call last): File "plyvel/_plyvel.pyx", line 695, in plyvel._plyvel.BaseIterator.__init__.lambda lambda wr: ref_dict.pop(iterator_id)) KeyError:...