Chauncey Garrett

Results 15 issues of Chauncey Garrett

Could we set a keybinding to extract on only a single filter or subset of filters? e.g., say I wanted to reproduce the functionality of https://github.com/tmux-plugins/tmux-urlview: I'd set `prefix-u` to...

I thought of some additional filters that could be useful: - ipv4 address `\\b\\d{1,3}(?:\\.\\d{1,3}){3}\\b` - git sha `\\b[0-9a-f]{7,40}\\b` - hexaddr `\\b(?i)0x[0-9a-f]{2,}\\b` - hexcolor `(?i)#(?:[0-9a-f]{3}|[0-9a-f]{6})\\b` - uuid `\\b(?i)[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}\\b` - isodate `\\d{4}-\\d{2}-\\d{2}`...

In #32, the issuer complains about the shell words being highlighted in situations that aren't intended. I've experienced this too and believe command highlighting could use improvement. For example, the...

What are your thoughts on including [NeoComplete](https://github.com/Shougo/neocomplete.vim)?

There's an option in the GUI to add _Custom headers_ when creating a `Ping` synthetic monitor but this option doesn't appear to exist under the `SIMPLE` type in `newrelic_synthetics_monitor` (which...

enhancement

It's a common pattern to do the following with helm charts for environment-based variable replacement: ```sh envsubst < "values.template.yaml" > "values.yaml" ``` `envsubstr` can be added with the following: ```sh...

**Describe the bug** Unable to filter the workloads view for faults. **To Reproduce** Steps to reproduce the behavior: 1. `:wk` to view workloads 2. `ctrl-f` to toggle faults 3. See...

enhancement

I can use this tool successfully but it doesn't recursively clone submodules (which I have). I know `mina` supports this. Can it be added or am I missing something?

The groovy fallback doesn't provide autoindent and vim falls back to C style indentation since Jenkinsfile doesn't typically include semicolons `;`. https://stackoverflow.com/a/31323902

See https://github.com/mhlabs/cfn-diagram/issues/16#issuecomment-861787853 for details.