Alberto Schiabel

Results 301 comments of Alberto Schiabel

> I looks like we are validating the env var value, but not any hardcoded `url` value. That is interesting. It makes sense to validate env vars we try to...

Hi @romanwbruce, could you please reply to @SevInf's comment above? That information would be very important for us to evaluate, investigate - and possibly solve - this issue. Thanks!

Hi @alexghattas, do you happen to have some monitoring system set up on your database, to ensure it is effectively always up? Is the database hosted in a Docker container...

Hi, I'm one of the Prisma maintainers. I second what @nicolomaioli has stated [here](https://github.com/t3-oss/create-t3-app/issues/975#issuecomment-1351548930). Please read [this comment in a Prisma issue](https://github.com/prisma/prisma/issues/16553#issuecomment-1353302617) if you're interested in why this issue happened...

@nicolomaioli Certo! Feel free to reach out again opening a new Prisma issue, although I think I know why it didn't work initially with `alpine:3.17`. Prisma depends on some Rust...

> Note: the base branch needs to be changed later Yep, I was waiting for the engines to compile, so you could see the list of green marks on the...

A few months have passed since I have tagged this issue with `kind/feature`, but I agree with @aqrln. In retrospective, this is a bug.

Using `.brand()` as @JacobWeisenburger suggested works for me. Thanks!

Hi, @mohsen1 @apigee-127, any news about this issue?

Note: in the [CI](https://github.com/LyraSearch/lyra/actions/runs/3572208393/jobs/6004837151#step:5:77), I see warnings about `require`s in the automatically generated Wasm bindings. When bundling "nodejs esm" modules, `wasm-bindgen` should be called with the `--target=bundler` option, as documented...