Alexander Ng

Results 19 comments of Alexander Ng

> Here's how yarn does it: [yarnpkg/yarn@`6db39cf`/src/cli/commands/install.js#L90-L124](https://github.com/yarnpkg/yarn/blob/6db39cf0ff684ce4e7de29669046afb8103fce3d/src/cli/commands/install.js#L90-L124) [yarnpkg/yarn@`6db39cf`/src/util/yarn-version.js](https://github.com/yarnpkg/yarn/blob/6db39cf0ff684ce4e7de29669046afb8103fce3d/src/util/yarn-version.js) ![image](https://github.com/railwayapp/cli/assets/26424336/f8aba3fe-43f0-4341-94e2-2f62286413c1) I read the code a little bit and they actually store the installation method in yarn's package.json file. If cli does...

> * A 'top' like feature, showing compute across apps in the project, some kind of updating table Streaming resource usage would be really cool but I'm not sure of...

> does 'regular' authentication work for you? Yeah, it works just fine for me. I've deployed the docker image with the following options: ```bash docker run -d --name socks5 -p...

On a somewhat related but also not related, do you guys just not care about leaking your/your server's IP addresses? I mean I know that you can't do *that much*...

> that doesn't leak your IP? Potentially you misunderstood my comment? What I meant was that some people were posting screenshots of their configuration/console with intact IP addresses unblurred. I...

> and I thought they could also had detected my client's IP To be honest I am not familiar enough with SOCKS5 or proxies in general to tell you whether...

> Will keep a look out on your progress. The proxy part already works. I'm working on IP whitelisting for connections and FQDN support after I read about what fqdn...

> I am in a mono repo where several projects are located. Is it not possible to `railway shell`, `pnpm turbo run dev` ? The way I have my work...

I am experiencing this issue when trying to import types declared in my own local files. Having this behaviour would be extremely helpful.

Good. Also allow user to globally set default (railway config --global up.finish=exit|tail|detach)