Peter Benjamin

Results 51 issues of Peter Benjamin

I've noticed a pattern in your projects (especially `*-cli` projects) where you declare functions using the `function` keyword, but when you're `map`ping over an array or `find`ing something, you always...

### Problem I am trying to achieve something similar to `fzf --multi` functionality where I can pipe/filter output from one program through `gum` for (1) fuzzy-finding and (2) selecting multiple...

[cool-retro-term][] is a retro terminal emulator. It supports custom themes via JSON files, like so: ```json { "backgroundColor": "#020000", "fontColor": "#5efaac", "flickering": 0.2015, "horizontalSync": 0.1072, "staticNoise": 0.1004, "chromaColor": 0.2486, "saturationColor":...

How do you feel about using [Standard](https://github.com/feross/standard)? **Advantages:** - Catches unused variables (aka keeps code base clean and prevents the root cause of so many hard-to-detect bugs) - Forces JS...

I see that many of the `payloads` have been inspired by resources in [SecLists](https://github.com/danielmiessler/SecLists). What if we can seed a local MongoDB or SQLite with all the payloads from SecLists...

- Disable `ctermbg`, `ctermfg`, `guibg`, and `guifg` for `ALEInfo`, `ALEWarning`, and `ALEError` - Set `term` and `cterm` to `underline` for `ALEInfo`, `ALEWarning`, and `ALEError` - Set `gui` to `undercurl` for...

Environment: - OS: macOS 10.15.7 (19H512) - Vim (`:version`): VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 28 2020 12:55:00) - Terminal: iterm2 If you have a trouble...

Hi @sam701 , This is a nice collection of useful AWS cli tools. Thank you for the effort. I wrote a cross-platform Go utility that opens AWS console in the...

Add [`audit2rbac`](https://github.com/liggitt/audit2rbac)

It would be nice if Yin-Yang can toggle Vim `background` setting between `light` and `dark` as well. As a bonus, it would be nice if Yin-Yang can toggle between light...

help wanted
plugin support