pythoninthegrass

Results 67 comments of pythoninthegrass

`Dockerfile` ```docker # syntax=docker/dockerfile:1.6 FROM lsiobase/alpine:3.19 as base ENV TZ=Etc/UTC RUN

Would also solve (or at least _mitigate_) #2354. Novel use of a [script](https://github.com/jetify-com/devbox/issues/2354#issuecomment-2413120731) though.

Appreciate the response @DerArkeN ! This works ```json "shell": { "init_hook": [ ". $VENV_DIR/bin/activate", "uv pip install -r requirements.txt", "[ $(uname -s ) = 'Darwin' ] && export ANSIBLE_BECOME_PASS=$(askpass --sudo)",...

Refactored @Mr-Sunglasses's feature branch here: https://github.com/Mr-Sunglasses/gruyere/pull/1/files Uncharted territory for me in that I normally am assigned or own issues/PRs so hope contributions are welcome regardless of the logistics 😅

fwiw I got it working on my machineâ„¢ (M4 Max MacBook Pro, 15.1 (24B2083)) ## Setup ```bash # clone repo git clone https://github.com/ytmdesktop/ytmdesktop.git cd ytmdesktop/ # install nodejs via asdf...

This is an untrusted signing method. Otherwise you have to register as an apple dev for $100/year IIRC. Not suggesting it's the correct way to distribute apps, just a workaround...

Any movement on this? Using @lgarron's workaround to avoid this error: ```bash λ jj git fetch Internal error: Failed to snapshot the working copy Caused by: 1: Failed to parse...