Patrick Reader

Results 36 comments of Patrick Reader

For every language would be too much work. I'm also not sure if example code is the best way to explain what to type in each box - maybe just...

@quinn-freshly I think zimbatm's concern is that (for example) if a user's global .dockerignore contains `.env`, but the `.env` file is needed for the project to build properly, then you...

https://ato.pxeger.com/run?1=m7OqIL88tag4IzUnZ41-cUlRYnKqQkF5ccaCpaUlaboWaBSUhpAA It's trying to create a 2TB memfd (a virtual file which is only stored in-memory), and getting disallowed because of https://github.com/attempt-this-online/attempt-this-online/blob/5df9dde26bbc87d0f812ce97cd06d875a67d681b/src/sandbox.rs#L874 I'm not sure it's safe for me to...

> potentially duplicate a lot of your config May I introduce you to YAML [Anchors](https://yaml.org/spec/1.2/spec.html#id2785586) and [Aliases](https://yaml.org/spec/1.2/spec.html#id2786196), designed expressly for this purpose! For example: ```yaml profiles: profile_1: # firstly define...

For example, I use an interactive shell where I want to use `F11` for functions (e.g. in `vim`), but I also want to display a status/dashboard program like `htop` which...

Maybe instead of using anchors/aliases you could have a similar system to the colour schemes, where multiple profiles can reference the same scheme?