Ray Chen

Results 10 comments of Ray Chen

Encountered the same issue on High Sierra 10.13.1. ~20GB of tempfiles created while attempting to convert a 21mb mov captured with QuickTime. (just putting this out here for anyone encountering...

I have the same issue when dockerizing an application that depends on `tensorflow-io-gcs-filesystem`, using an alpine base image: ``` #16 243.0 RuntimeError #16 243.0 #16 243.0 Unable to find installation...

@mdrijwan123 thanks for that post! Unfortunately, providing username/password credentials in the URL didn't work for me (seems that the library is using `java.net.Proxy` and passing in an `InetSocketAddress`, which only...

I've updated this to introduce a `proxyAuth` param instead of stuffing it into `RequestAuth`. I think that's a clearer implementation, but is a BC break since it removes `RequestAuth.Proxy` (which...

Same issue here on [railway.app](https://railway.app/) -- we're seeing a lot of user builds utilizing corepack fail due to this. Our current workaround is to install the last known good release...

What's the motivation behind this? I'm curious about the purpose of this as `railway shell` is meant for spawning a shell with (remote) Railway variables - is there a use...

> following the install and getting started guide, before running `railway run yarn dev`, I had to do the `yarn add npm-run-all dev` step. Otherwise, I kept getting lots of...

I have the same issue on macOS Ventura 13.2 (22D49) + zsh on a fresh install through `$ sh

I'm running into this with Prisma 6.15 + Postgres 16 and thought it was related to #7569 as I'm running into this with my tests: ``` PrismaClientUnknownRequestError: Invalid `ctx.db.user.findUnique()` invocation...

> It seems to be fixed for me after I've updated to Prisma `7.0.1` **and** used [new adapters approach](https://www.prisma.io/docs/orm/overview/databases/postgresql): > > ``` > import { PrismaPg } from '@prisma/adapter-pg' >...