Titouan V
Titouan V
Bump, too recurring issue with bun `.all()` query seems to always return null which is weird (makes bun-sqlite practically unusable to start a project without making manual seeding) By the...
## Now fixing #711 Empty queries where returning null via the `bun-sqlite` library. Now for select statement and relational queries via `.query` the methods return the expected value being and...
Seems to be a typo in `bun:sqlite` mentioned by Jarred Summer: https://twitter.com/jarredsumner/status/1665938390091706369?s=20 So problem may be fixed by itself Bun v0.6.8 shipping tomorrow (Fixed in bun:sqlite : https://github.com/oven-sh/bun/commit/7e296a1adc929a933f5287285752d241dfd135e3)
Getting the same error with a bearer authorized request if that can help
After investigating it seems the problem is from the clone before getting the json from the body (at least in my case), removing the cloning (and probably breaking other functionalities)...
Seems like this issue is known in the Bun repo https://github.com/oven-sh/bun/issues/6969#issuecomment-1847705004 (fix in https://github.com/oven-sh/bun/pull/6468 but not yet merged) Maybe it could be considered to add a temporary fix here because...
Hey, sorry for the delay. I left this PR in draft because there may have been other JSON functions to implement at once, but after some reflection, this is the...
This issue was more meant to be a follow up of #105 instead of being a duplicate of #106. I was asking if it was possible to add OCR pipeline...
Hey great idea. Was just thinking is there a way for Coolify based setups (which from my understanding is one of the main automated docker setups where docker container name...
In my case some of the docker container running already have a prefix, so the idea would be to be able to do that which does not seems impossible (keep...