Kevin McCormack

Results 114 comments of Kevin McCormack

I just discovered this library after using the Python dotfiles for years. It sounds awesome but I hit this snag on a fresh Pop OS install.

Looks like we may just need a new version published. I was able to build and install from main ``` cargo install toml-bombadil --git https://github.com/oknozor/toml-bombadil.git --branch main ```

Yeah I see with the latest release 3.1.0 that my dotfiles are in a subdirectory are getting a "Path does not exist" and bombadil is playing tricks and deleting them...

Well here's my current config that works fine with the latest main build but when using the last tagged release it deletes anything nested like `config/alacritty` https://github.com/HarlemSquirrel/Dotfiles/blob/master/bombadil.toml

Where should a volume or volumes be mounted when using the https://github.com/confluentinc/cp-all-in-one/blob/7.5.0-post/cp-all-in-one-kraft/docker-compose.yml kraft all-in-one compose configuration? I would like to persist topics and messages across container restarts for development.

@OneCricketeer that doesn't seem to work Setting ```yml services: kafka: profiles: - kafka image: confluentinc/cp-kafka:7.6.1 hostname: kafka restart: unless-stopped container_name: kafka ports: - "127.0.0.2:29092:29092" - "127.0.0.2:9997:9997" environment: JMX_PORT: 9997 KAFKA_BROKER_ID:...

I think I got it working by mounting a local directory instead of using a docker volume since I couldn't get the volume to have the correct permissions for some...

I offered to help maintain like a year ago or more but got no response. I'm not in the EU so maybe that's why.

@strazto I just found this which looks promissing: https://github.com/OneKeePass/desktop Although, it seems limited at the moment with no Dropbox integration and it doesn't like my existing db when I tried...