Narthana Epa

Results 6 issues of Narthana Epa

In this PR, I introduce a configuration value that changes the location of the global tool-versions file to be a sibling of the `config.toml` file. By default, the location is...

The filetype exclusions are not the best way to disable the mark signs on certain windows as the filetype is a property of the buffer, while floating is a property...

The [XDG base directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) specification is a popular way to store config files that doesn't clutter a user's home directory with [dotfiles](https://utf9k.net/questions/linux-why-do-dotfiles-exist/). This tool stores its configuration in `~/.kube/kubie.yaml`, however,...

This IAM permission is necessary to use an ECR pull through cache. Technically, it is not `readonly`, as images will be written to the pull though cache on cache misses....

When decoding, a nested struct could be squashed with the `mapstructure:",squash"` struct tag. A similar functionality appears when marshalling JSON into structs, but it is called `inline` instead of `squash`....

Rubygems 3.4.0 introduced a change that cleans the build artifacts from the ext directory. However, this gem depends on the compiled C function being there as a shared object, so...