Daniel Sandiego

Results 3 comments of Daniel Sandiego

@mohebifar is it possible to customize the highlighted window? Like adding a border?

I ran into this as well. It looks like an issue with `graphql-jit` https://github.com/zalando-incubator/graphql-jit/issues/216 when using custom serializer and having a scalar like `DateTime`. In our usage, `useGraphQlJit({ customJSONSerializer: true...

I just implemented a CLI for generating types based on Kysely migrations or an existing PGlite database that's been persisted on disk. Usage would be: ```bash npx kysely-pglite ./src/db/migrations --outFile...