Marcel van der Boom

Results 29 comments of Marcel van der Boom

Just paid with samourai wallet with low fee and did a RBF. Worked fine. Very useful, thanks!

Just stumbled upon this issue. Perhaps https://github.com/TobiasZawada/texfrag/ could be helpful here.

I'm running into this issue as well (powerpc64le using guix to build rust). Is anyone still working on this or is a workaround known? How can I help?

I have the exact same issue, here's the implementation I use: ``` (use-package svg-tag-mode :after (org base16-theme) :commands svg-tag-mode ; Possibly redundant? :hook (org-mode . svg-tag-mode) :config ;; Readymade svg-tag-tags...

> Do you see a kind of pattern in missing tags? A partial pattern I am seeing (in org-agenda at least) is that the tags start rendering after the underlying...

Thanks for the review Matt. Agreed on all points. It's hard to deduce the direction of code from existing stuff, so I took the lazy route and just did a...

Haven't been revisiting it yet.

Sorry, I won't have the opportunity in the foreseeable future to spent time on this. Feel free to remove or complete as you see fit.

Nice idea! Could this also be implemented similar to something like this: `/tag:test` or `/tag:+test` : show collection having tag `test` `/tag:-test` : show collection **not** having tag `test`

My apologies, I see I've mis-assumed what this was about. I thought it was about filtering instead of ordering. For the filtering I had something like this in mind for...