Petri Lehtinen
Petri Lehtinen
Which version of postgres.js are you using? sqltyper uses it internally too, but it might not be exactly the latest version, because it had to be patched a bit.
`omit` sounds like a useful optic. Would you be interested in implementing it?
See https://github.com/akheron/optics-ts/issues/285#issuecomment-1374778782
Oh, sorry @merisbahti. When we discussed in the optics-ts issue I didn't pay attention to what the actual problem was you were trying to solve :roll_eyes: I've built something similar...
Interesting. What happens if gpg-agent is not running? I assume it just fails because the --batch and --no-tty flags are passed to gpg.
Jansson has switched to using versioned symbols in v2.14 specifically to help with name clashes between libraries.
> You should be able to use module without otel_exporter today, if there are no explicit otel_trace directives, which is quite close to the "worst" alternative above. Thanks! I guess...
I'm not an expert in CMake, but would #664 fix this issue, too?
There's probably something I don't understand here. Why would you want to pass a "partial" route to `findUserController`, just to add the handler there? If the idea is to use...
> Mostly because in a real world application, having the route paths scattered in 50 files is a pretty bad idea. So I'd want to centralise them right in the...