Joey Espinosa
Joey Espinosa
When supplying an option for `MASTER_CACHE` [as shown here](https://django-redis-cache.readthedocs.io/en/latest/advanced_configuration.html#master-slave-setup), if you do not supply a port (only the hostname), the Redis host is mistakingly interpreted as a unix socket rather...
It seems like a significant portion (majority?) of test coverage tools these days require LCOV format for coverage reporting. I started down the track of writing my own Reporter until...
**Describe the bug** For plugins that list their versions with a leading "v", the `latest` command will return nothing by default. This means when you run `plugin-test` (such as in...
Every time I open Neovim, I get the "please log in with :Codeium Auth" message in the console. I've done it numerous times, and the `~/.codeium/config.json` file appears to keep...
First, this project is awesome. Nicely done! Second, do you have any plans to support additional languages? Would be nice if this accepted plugins somehow (like coc.nvim, ale, etc) so...
Curious if there are any use cases or examples I can look at if this has been done before? I maintain [kconf](https://github.com/particledecay/kconf) and I'm tempted to write in an option...
## Summary Description: Add the [scaffold](https://github.com/hay-kot/scaffold) plugin. - Tool repo URL: [https://github.com/hay-kot/scaffold](https://github.com/hay-kot/scaffold) - Plugin repo URL: [https://github.com/particledecay/asdf-scaffold](https://github.com/particledecay/asdf-scaffold) ## Checklist - [x] Format with `scripts/format.bash` - [x] Test locally with `scripts/test_plugin.bash...