saolof
saolof
qstat lets you query the current state of pbs jobs, but it is not ideal for implementing the observer pattern instead of polling the current state or for getting the...
Vite 4.0 has built-in support for SWC and supports using it for react project, and Vercel is pushing Turbopack which is also based on SWC with no Babel. Should this...
The docs on typescript don't seem to mention signals, and it would be nice to know how to type them so that they take on a specific interface type. It's...
Messagepack is a json-isomorphic binary serialization format that is becoming fairly widely supported and which supports fast streaming serialization/deserialization. It would be neat to have it as a return format....
This fixes a few user experience issues I encountered when first using the script, by making the script fail immediately on things like pressing esc in rofi instead of making...
The fact that this removes the dependency on node and technically only needs a fairly small binary would make it very convenient to have when writing dockerfiles, especially there is...
Ocamlscript looks like it would be incredibly useful for a nixos user. If ocamlscript is intended to eventually be built with dune, I could help out once that is done...
Hey, so first of all I wanted to say that I find this crate very useful. The main current omission is the lack of a persistent priority queue (ordered dicts...
The missing exporter in the trio. Not mandatory, but still quite useful to have when dealing with a lagging replica for example. Ultimately whether it should be part of the...
The `pgbackrest_entrypoint.sh` script hasn't been updated in five years. It's still a great guideline for using the image & the API server and I got a working local setup out...