Ville Skyttä

Results 316 issues of Ville Skyttä

Preallocation of maps can be useful, as shown by PR #23, would be nice to have prealloc suggest that too. Just wondering how smart it can be made as things...

Results from system in front of me: ``` BenchmarkMap/Size10NoPreallocate-4 1954923 603.7 ns/op 484 B/op 3 allocs/op BenchmarkMap/Size10Preallocate-4 2951250 393.8 ns/op 340 B/op 2 allocs/op BenchmarkMap/Size200NoPreallocate-4 71530 15337 ns/op 11270 B/op...

Support for EditorConfig in the message editor would be a nice touch. This way the setting would not have to be made separately for cola, if it is being done...

Would be nice to have support for intepreters managed by [asdf](https://asdf-vm.com) version manager, in particular [its Perl plugin](https://github.com/ouest/asdf-perl), like there is for plenv and perlbrew managed ones. I'm primarily interested...

Feature
Version Managers
asdf

**Describe the bug** Related to #143 which deals with SafeLoader and CSafeLoader, the false positive still exists when yaml.load is being used with their subclasses. **To Reproduce** Steps to reproduce...

bug

See individual commits for details.

Default colors following the [netfilter.org](https://netfilter.org) logo. It's not the upstream nor directly related to the iproute2 suite of tools, but close enough :)

While looking into adding plenv support in #146 , I initially copy-pasted it from perlbrew. However I found the default theme colors pretty much unreadable (black on blue), so I...

enhancement

When truncation applies to cwd-mode plain, the path is truncated from the right. In my opinion more interesting parts of the full path are on the right, so it should...

enhancement

Refs https://github.com/pre-commit/pre-commit-hooks/issues/683