ansgar grunseid
ansgar grunseid
hey @cmurphy208! thinking about this more, furl objects are not immutable -- their url value can change -- and thus furl objects are not good fits to be hashable *unless*...
lets zoom out a bit so i understand the exact problem youre trying to solve! that way we can best solve it with furl :) to start, what are you...
Any progress on this front? Or best practices to use GhostText to compose emails in Gmail?
Bump -- Gmail compose windows remain ungainly HTML. Any progress on this front?
hey @esroyo! did you fix/resolve this issue in a local fork of immortaldb? or is this issue no longer relevant to your usage and thus fine to close? 🙂
problem still persists 🙂; x86_64 version of libterm gets built on m1 mac ``` % file ~/.emacs.d/elpa/vterm-20240102.1640/vterm-module.so ~/.emacs.d/elpa/vterm-20240102.1640/vterm-module.so: Mach-O 64-bit x86_64 bundle ``` resulting in `dlopen()` failure: ``` Debugger entered--Lisp...
Thank you for the bump. I appreciate it. > Shall I submit a pr? Is this feature in line with the project's goals? That'd be awesome. Binary operators like `|`...
> however the order is not defined at the moment, I will try to stick to > whatever default order is used in the project (remove first matching element >...
@palfrey this is AWESOME. *HUGE* thank you for this PR 🙌 ill review this soon and provide any feedback necessary before merging. ship ship ship :shipit:
`__add__()` and `__iadd__()` should use `c.add(k, value=v)` over `c.set(k, value=v)`. When I see this code ```python >>> omdict([(1, 'a')]) + omdict([(1, 'a')]) >>> [result] ``` I expect `[result]` to be...