Zach Bean

Results 39 comments of Zach Bean

I'd love to have this feature as well, although in my perfect world it would be possible to sort and group type imports following the same rules as "regular" imports,...

I've put together a prototype of my second suggestion (group as normal, then sort each group by kind, then by name) over here: https://github.com/zb140/eslint-plugin-import-helpers/commit/11ccd3ce34a8d6440b4fe81cc0a0cf95d0e9d4ed . So far it seems to...

Apparently the magic that automatically turns `500M` into `524288000` happens _before_ variable interpolation... I also tried changing the `SHM_SIZE` in the `.env` file to just `500` and putting `size: "${SHM_SIZE}M"`...

This may be fixed now, with the newest `docker-compose`. I'm using v2.5.0 and I no longer get the error.

I'm going to go ahead and close this -- now that we've added the `run-gow` script and switched to docker compose v2, we're still not seeing this error anymore. If...

This should be fixed with #76 .

Nope, I spoke too soon, there's still some work to do here.

Oh, I forgot to explain how to use the new files. If you just run: ```bash $ sudo docker compose up ``` It will just launch a containerized Sunshine, using...

> I like the direction where this is going, the only thing I don't like is that we have to uncomment/mess with the normal `.env` file in order to setup...

I've added a first draft of a `run-gow` launch script. It automatically sets up the environment and chooses which `.yml` files to use, so there shouldn't be any need to...