Ray Chen

Results 7 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...