Matthew Stevens
Matthew Stevens
@xddq im so used to not being able to run formatters x.x mb. ran it / checked wfs on the fork now
Thanks for writing this library! :) So I'm looking for a js file that uses jsdoc annotated types. It looks something like the below to define a TS type with...
I would need a different name for the schema's type when using this from commonjs afaict, so right now I'm using TType in my codebase.
LGTM, although you'd also need to remove type imports
@sinclair/typebox. Specifically Static. I would also very seriously consider using other features in that lib
super strange that this doesnt correctly support in. guess i need to switch to pg + pg-format, since i dont see a decent work around. im not even using a...
i had to switch to `=ANY(${strArray})`, fortunately i didnt need to switch to pg. im still confused tho
no they're strings, sql() tries to turn them into identifiers
i am super new to this library, is there something wrong with this query? i tried with / without the parentheses around the parameter, and it only worked with `=ANY(${tableChunk})`...