Tino Ehrich

Results 12 comments of Tino Ehrich

Can you check what's going wrong? I don't speak any Chinese.

Hey Takumi. Will take a look asap. Also, are u able to add a Japanese translation?

@takumi-dev, I hope you don't do all these transformations you put up there as your test code. Do you have a real-world example where you don't get the expected result?

Hey @4cm, go ahead and implement it and then I can take a look. Cheers

Hey @blacknell, thanks for the fix. Sorry for being so absent by as the readme states I have a family of 3 now and that takes all the time of...

@dankochetov I keep receiving the same issue. The drizzle version "beta" transforms for me is: `0.23.5-65b5b5a`.

> Maybe it's the "unsigned" id, drizzle doesn't support unsigned yet. @205g0 I can give this a try and see if that might be the issue.

Hey @ConnerAiken, I would make a hard cut all versions before php 8. I would keep it around as a fixable version but I would put a hold on further...

in the meantime the following is a workaround if you want to deploy to Deno Deploy ```typescript import type { Client } from 'libsql-core'; interface SqliteConfig { url: string; authToken?:...