Val Packett
Val Packett
You mean in the top level shell, right? Yeah, it doesn't exit cleanly, I haven't yet bothered to look into that :)
Of course it's possible, you'd need a protocol that allows access to global input. But no compositor authors ever decided to implement that. You can do things on evdev level...
Yeah, evdev + uinput. They go together :)
Yeah, this is raw keycodes, absolutely terrible for entering text. My use case was all about modifier keys and special characters :) but if you want to enter text, there's...
Yes, Firefox doesn't implement IntersectionObserver. There's [a polyfill](https://github.com/WICG/IntersectionObserver/tree/gh-pages/polyfill) but… it's not very useful. Using the web components polyfill, the `lazyload-image` element gets loaded too late to prevent initial loading of...
Not everyone wants to do such advanced configuration. There should be an option to register the tool _right in the tool_. Even if you so strongly believe that everyone should...
Thanks for the pointer @GuillaumedeVolpiano! To just get these transactions to not be ignored, I quickly implemented option 1: ```diff --- /home/val/.local/pipx/venvs/beancount/lib/python3.12/site-packages/fava_envelope/modules/beancount_envelope.py.orig 2024-01-10 19:06:04.783010743 -0300 +++ /home/val/.local/pipx/venvs/beancount/lib/python3.12/site-packages/fava_envelope/modules/beancount_envelope.py 2024-01-10 19:18:38.528336092 -0300...
procdesc (pidfd) is not exactly the API intended for a supervisor, it offers nothing in terms of tracking escaping children. It's also possible to track processes across forks with an...
> This concept exists on at least linux and freebsd `shm_open` exists in all unixes, `memfd` (also `shm_open(SHM_ANON)` for much longer on FreeBSD) is just cleaner as it never touches...
This cannot actually go "stale", these template languages aren't just going away.