ch

Results 16 comments of ch

I have the same issue and would like very much to see this. I am using ghostscript/imagemagick and the fix is as simple as `sed -i '/disable ghostscript format types/,+6d'...

Adding my notes to the conversation from trying to get `supabase` working with podman on macOS 14 ... 1. I had to remove the `host.docker.internal:host-gateway` option from `supabase` CLI because...

Also: for anyone just looking for a docker desktop alternative, [colima](https://github.com/abiosoft/colima) is working for me with supabase with the docker runtime that's available in macports/homebrew.

@boromir674 you can set the module name in `mkdocs.yml` to something else, like so: ``` plugins: - macros: module_name: custom_mkdocs ``` Then write your module in `custom_mkdocs.py` instead of `main.py`....

Ah, thank you for clarifying that @fralau! It's not very clear from the docs that you can give a full filesystem path to the module.

I found a solution to this in a similar [iterm2 issue](https://gitlab.com/gnachman/iterm2/-/issues/5659). I added `precmd () {print -Pn "\e]0;%~\a"};` to my `.zshrc` so that the shell sets the title to my...