Andrew Cato

Results 5 comments of Andrew Cato

> @mbainter I found [rhadley-recurly/vim-terragrunt](https://github.com/rhadley-recurly/vim-terragrunt) today which support format on save for hcl files. Does that fill your need? Working great for me in Neovim in 2025! Installed via Lazy:...

Can we get something in the README about this project *not* following semantic versioning guidelines? Releasing breaking changes in minor version bumps is nothing short of asinine.

For what it's worth, I'm seeing similar behavior with the following dependency versions: Pulse version: `1.6.3` Node.js version: `18.x LTS` MongoDB version: `5.0` MongoDB Node driver: `6.10.0`

> I wonder if the behavior is coming from using `mongo: db.connection.db`, which uses an existing database connection, instead of using `db: { address: dbUri, collection: 'jobs' }` as per...