Roy Razon
Roy Razon
> Do I understand correctly that you are using webpack in your app, and as a result our Rust Query Engine fails at reading `schema.prisma` at the usual location? Exactly....
> Any minimal reproduction for your webpack setup so our Support Engineers can start with something for their confirmation efforts? [Here you go](https://github.com/salto-io/prisma-issue-2746).
Adding another use case which is broken on our repo (works on yarn v1). `package.json` scripts: ```json { "clean": "rm -rf ./dist .*.cache" } ``` If there are no files...
@arcanis thanks for the explanation! I for one find it surprising that Yarn's shell behaves differently than the standard (which is not to fail if globs match zero files). If...
I signed the CLA on the same day, not sure why this wasn't reviewed yet.
Problem still exists in 2.30.3.
> Can some expert on containers look at this repo? Because I'm not an expert, but I don't think this should be put forward as 'awesome'. It's useful maybe, but...
@caslayoort a few questions to help debugging 1. You have port 2222 open on the host running tunnel server, and it's not going via haproxy, right? 2. Can you run...
Hey @caslayoort, **For the tunnel server**, the SSH port needs to be accessible from the environment machine and from the machine running `preevy up` (e.g, the CI runner). HTTP needs...
@caslayoort any updates?