Kenny Root

Results 134 comments of Kenny Root

Any more info you can give? Is this through a shortcut on the desktop? Over a 3G connection or WiFi?

Which type of keys are you using?

Nothing exciting. I just wanted something written in Rust that spoke LMTP and IMAP (and nothing else) for my Home Automation installation. The small binary size makes it easy to...

I've continued to iron out some more stuff in my fork of the repo. It builds with GitHub Actions now since I've migrated all my other projects away from Travis-CI,...

I started using this card yesterday and have noticed the same problem. It only manifests on the main panel that the CSS seems not to apply. The other panels seem...

I couldn't find that comment on Play Store to reply. Connectbot is built from the source you see here and the binary is built on GitHub infrastructure. Anyone can download...

I'm getting this with warpgate 0.16.0: ``` 03.10.2025 20:56:21 INFO HTTP: warpgate_protocol_http::logging: Request method=GET url=/@warpgate status=200 OK client_ip=10.43.3.187 03.10.2025 20:57:21 INFO HTTP: warpgate_protocol_http::logging: Request method=GET url=/@warpgate status=200 OK client_ip=10.43.3.187 03.10.2025...

It appears the basic problem is that the per-connection setup handling from the listener is in the same tokio task as the listener itself. In the lines after the [listener...

You can workaround this by using a relative path to reveal.js: ```javascript @use "../node_module/reveal.js/css/theme/template/mixins" as mixins; ```

I'm opening pull requests for random things because I was trying to test my change to the JavaScript sent to Playwright and found the testing instructions difficult to follow. I'm...