João Costa

Results 5 issues of João Costa

Unset in bash is able to alternate between unsetting functions and variables, using the `-f` and `-v` flags, respectively. This fixes a problem where babelfish would translate `unset -f foo`...

In pandoc 2.0 the --smart/-S option has been removed: changed it to the +smart extension.

I am having trouble getting the edges' arrow heads to point to the boxes, instead of going under them. The problem persists when running the example code on the repo...

bug

This facilitates the usage of docker secrets for the keys/tokens. For example on a `docker-compose.yml` file: ```yaml muse: image: codetheweb/muse:latest container_name: muse secrets: - muse_env environment: - ENV_FILE=/run/secrets/muse_env restart: unless-stopped...

Adds support for Gemini API as an image generation backend. By setting the API Base URL to something like 'https://generativelanguage.googleapis.com/v1beta' and providing their API Key, users should be able to...