jadejr

Results 49 comments of jadejr

I definitely have the same problem in a similiar context. I had to write my own workaround. Kysely only exposes one interface and `query` is different enough from exec that...

@ragrag I do not use typeorm. I use mikro-orm (v7) with kysely. It just happens to have the exact same issue with query(). It is likely that many migrators out...

@microsoft/fetch-event-source was last updated 3 years ago. I ended up just going with extended-eventsource myself.

Not until I at least have time to play with tanstack start in the first place. It's just a project I'm following. I'm not sure what I think of it...

@jsamol Could you perhaps try to email @staltz to see if he even wants to continue this project?

How hard would it to be to add an icu-small variant to the build matrix? It was mentioned here https://github.com/nodejs-mobile/nodejs-mobile/issues/20 I've been having to compile it myself locally with `--with-intl=small-icu`...

Two things: 1. Why was sqlite disabled? Does it not work on ios? I was able to build and run it on android. 2. The fix for the 16kb alignment...

I think it was about 2.5mb for sqlite. Definitely worth it for me. Thanks for the verification of the 16kb. I must have flubbed my Containerfile then. I thought this...

I should mention that I have stripped my binaries with `~/opt/android/ndk/27d/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-all-gnu` I think.. these are the actual numbers (with small icu): Before sqlite: 93058672 After sqlite: 95139440

@ThaUnknown what are you trying to build? Your own extension against it? Or something else? And to what platform?