Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
I'm using Hydroxide with aerc and noticed that none of the emails I read are coming through as `text/plain`, even if the header in the ProtonMail web UI says `Content-Type:...
Non-free ProtonMail accounts offer addresses. These do work through Hydroxide (testing in aerc), however for newly created addresses to work re-running `$ hydroxide auth ` appears to be necessary (then...
Any interest in packaging this for the AUR (Arch User Repository)? :slightly_smiling_face:
Feature request for Vi-like keybinds! I love using Tridactyl in the browser to simulate Vi binds and sort of stay in the same mindset, something similar for tiny would be...
Have I misinterpreted the instructions regarding viability of local invocation or is this a bug?: ``` $ sam local invoke /.local/lib/python3.9/site-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a...
NixOS/Linux, watchexec 1.17.1 ```console $ watchexec -v -e test.ts -- echo ping ping *** Ignoring /example.test.ts: did not match any given filters ```
At least, that's what I think is happening. In a REPL, the following will fail: ```haskell Toml.decode (Toml.text "k") $ Toml.encode (Toml.text "k") "ü" -- Left [ParseError (TomlParseError {unTomlParseError =...
Any interest in packaging TaskLite for the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)? :slightly_smiling_face:
Thanks for the integration! A while ago, maybe a year ago, this integration stopped working for me. I've come back to it occasionally. Today I discovered something interesting, and it...
This fixed it for me: ```vim command -nargs=1 Async execute "AsyncRun bash -c ' |& /path/to/estream'" ```