Egor Dezhic
Egor Dezhic
I'm working on a project that is supposed to fill this gap: > If you are expecting everything bundled up for you, then Rust might not be for you just...
In safari (both desktop and mobile, but in slightly different ways) some responses to htmx requests generated by the service worker start with broken encoding characters (eg mongo driver page...
Resolution for https://github.com/gluesql/gluesql/issues/1265, based on https://github.com/ever0de/gluesql/tree/feat/send-feature This is based on @ever0de 's work (kudos!), rebased on actual `main` and mostly proceeds in the same direction. `send` feature for the `gluesql-core`...
I stumbled upon a bunch of issues while using sled storage in the concurrent context. My previous approach was cloning the sledstorage around but eventually I got into lock issues...