Thibaut Nguyen

Results 7 comments of Thibaut Nguyen

@naseemkullah thanks for opening this issue and providing the required config for ErrorReporting to work with pino!

With this PR, loading local pictures with require will work both on native and web. Eg: ``` ``` After using the CLI it's the first thing I did to make...

It seems Postgres does not allow CONCURRENTLY in transactions ```typescript pgm.createIndex( "User", [ { opclass: "gin_trgm_ops", name: "index_users_on_email_trigram" } ], { method: "gin", concurrently: true } ); ``` gives >...

That's not so much boilerplate you can ~bail~ return in a catch if it matches your condition otherwise rethrow. Here's an example from an intercom api call: ```js await retry(async...

Hi @janpio, I was wondering if you had the chance to run the tests against alloyDB yet?

Yes! - When you introspect geometry types will be marked as strings in your schema - Exclude these types from your crud queries - when you need them make a...

> Thank you for raising this. Despite #2653 being closed, this remains a major inconvenience. yup. Caused a major issue here when a pod was killed by a k8s auto...