Russell Smith
Russell Smith
This is likely an enhancement request, I don't think I've missed this in the docs, or issues - but appologies if I have. I'd like the abiltiy to filter like...
Todo: - [ ] gem signing? - [ ] can we build in github actions instead of by hand? - [ ] code style; we can move to 2.6+ formatting,...
Assuming a fresh install, and running: ```bash dune init proj helloworld opam install httpaf ``` add lib to the dune thing ``` (executable (public_name helloworld) (name main) (libraries helloworld httpaf))...
I couldn't see any tests - are there any?
### Check for existing issues - [X] Completed ### Language tinygo ### Tree Sitter parser link _No response_ ### Language server link _No response_ ### Misc notes https://github.com/tinygo-org/tinygo / https://tinygo.org
I'm learning GB dev, and some simple sprite swapping code is not rendering out as expected using this emulator (release built on an M1 Mac from bc90e61fa2de41fccd687a0ed98a8346066875f9), but is with...
Thanks for all the work on progress; I love using it. The one thing (for me!) that would make it even better is support for monitoring things like: ```bash zfs...
SKIP LOCKED
Hey - love the project, was checking out how you were doing things as I maintain https://github.com/queueclassic/Queue_Classic. Just wondering what issues you found / if you benchmarked advisory locks over...
Re:https://github.com/bensheldon/good_job/issues/65#issuecomment-1722391921 We need to investigate CTE materialization - we're expecting the default to be ok, but should test that vs explicitly on or off too and pick the fastest. -...
There is a warning message when running guard; ``` WARNING: This way of doing signal handling is now deprecated. Please see http://hone.heroku.com/resque/2012/08/21/resque-signals.html for more info. ```