Cody A. Taylor

Results 46 comments of Cody A. Taylor

There's several hacks using `code --folder-uri` to make your own `open` command. For example, see my [bash function](https://gist.github.com/CodeMan99/852d8539bd35a347a48d4a6119ff70e7) implementation. This definitely should have better support. Until I found that hack,...

> Let me know if that makes sense to you, thanks! I am not completely sure to be honest. I don't think the feature creates `$CARGO_HOME/regitstry`. I believe that folder...

> Curious, @CodeMan99 why do you switch users? I believe these Features/images were created hoping that the same user is been used for lifecycle of the dev container. Else, it...

> However, as you are running `cargo` commands with the `root` user, it creates the `registry` folder with `root` permissions. The folder is created with exactly these permissions. ```shell root...

Let me clarify a little - "the course of action" is a question of _who_ needs to own this knowledge. 1. Setting the `umask 002` in `/etc/profile` would be an...

A friend helped me enable the _stable_ repository. ```shell $ helm repo add stable https://charts.helm.sh/stable "stable" has been added to your repositories $ helm install docker-registry stable/docker-registry -f registry/docker-configs.yml WARNING:...

Hello :wave: Maybe I'm blind, but I don't see a _frontend_ folder in the main branch?

@poundifdef Awesome. Have it up and running. /attempt #170 Seems straight forward enough. It might take me a moment to spin up on everything. Would you be interested in adding...

@poundifdef I am currently working on part 2 (Add connection) and I think you'll be very pleased with the result.