Timothy Pillow

Results 14 comments of Timothy Pillow

Thanks @akasoldats much appreciated. Bit confused why there is so many ports for this image? I'm currently using the other infamous Haugene image (https://hub.docker.com/r/haugene/transmission-openvpn/) which basically only needs one port...

Just saw this issue. I was literally about to make an issue DEMANDING you accept my money. Seems like some people are too kind and won't accept donations. THANK YOU...

https://github.com/Homebrew/homebrew-core/pull/140724 First Brew pull but there is still the problem with the Ruby version for older macos versions. I actually tested on Monterey and i experience the same problem you...

Instead of adding packages to pool I found that installing them in the base layer worked when specifying package versions.

Same problem here. All settings correct. 13b or 7b, doesn't matter. Only chat seems to work. I see the robot icon loading when i start coding, but no autocomplete prompts...

I found a workaround for now, install the commit hook in the repository `aicommits hook install` then you can do something like this: ```bash git add -A && git commit...

> Maybe a guest mode feature instead so we can have both guest mode and sign-ups. Maybe whitelisted models for signed up users would work? I'm all for a guest...

tested with: ``` name: jekyll services: minimal: volumes: - ./:/srv/jekyll stdin_open: true tty: true image: jekyll/jekyll:latest platform: linux/amd64 ports: - 4000:4000 command: jekyll serve --livereload ``` ![image](https://github.com/user-attachments/assets/5c31f02d-7e8e-437e-aacf-372f7e612204)

make the compose file "self-describing" and following standard compose practices: - explicitly set / describe all environment variables within compose - include commented options when settings are optional (e.g usb...