Nick Zelei

Results 54 issues of Nick Zelei

Overalls root, backend, cli, worker makefiles. frontend doesn't have one as it uses npm. Help actually works. Tries to make more commands available at the root.

Using pgx is fine for backend queries that talk to our database. However, any postgres query that is used by the worker should just use stdlib. I think this will...

Improvement

Hey all 👋 ## Problem I hit a snag today when using pgx/v5. I'm running into an issue where my postgres queries sometimes fail due to databases that I'm hitting...

enhancement
triage

Hi, first off I'd like to say thank you for providing this module. It is really nice and I have been using it for a while now. I have a...