Mario Ortiz Manero
Mario Ortiz Manero
I'm not even sure that's possible. Would you want to work on it?
Ah dang, you're right. Still, sounds like a nice article for whenever I have more time :)
This article should be added to the "About" item for the app when published
If this ends up being done, I should add a link in the NullDeref entry within the "About" section.
Infinite scrolling might be upstreamed: https://github.com/adityatelange/hugo-PaperMod/discussions/779
https://twitter.com/m_ou_se/status/1438946869447692297
https://www.reddit.com/r/rust/comments/pub2mq
https://www.lunasec.io/docs/blog/how-to-build-an-open-source-business-in-2021-part-1/
Can confirm that removing `on client` fixes the issue. I can release a new version without it for now, but that breaks `listen` for microphone switching on my machine...
I guess the only solution is to have a named FIFO or similar where we notify of our own events, and then we could also read from it in `listen`....