Spenser Black

Results 109 comments of Spenser Black

For my specific use-case, it would be perfect for me if I could use `#[derive(Parser)]` and use this feature to create an `Option` which would automatically have `--foo` and `--no-foo`...

To make a suggestion, I think this would be good usage, and I've seen many other actions do the same: ```yaml - uses: charmbracelet/vhs-action@ with: path: | path.tape path/with/glob/*.tape ```...

Also, if https://github.com/charmbracelet/vhs-action/issues/56 and https://github.com/charmbracelet/vhs/issues/211 then the usage could also potentially just be ```yaml - uses: charmbracelet/setup-vhs@main - run: vhs **.tape ```

@oxalorg ping for this and #95 Let me know if I can help somehow.

On this subject, since you document that `clang-format` is required, might make sense to have a workflow to run that and ensure that PRs adhere to preferred styling.

Personally, knowing that `gh poi protect` [uses the git config to save protected branches](https://github.com/seachicken/gh-poi/blob/fdbd0f3241134c6def1a4706f438533211f6c48d/conn/command.go#L160-L172), I would open `.git/config` to ensure that the branch is protected. So a generic message like...

Side note: [this search](https://github.com/search?q=path%3A%2F%28%5E%7C%5C%2F%29%5C.gitattributes%24%2F+%2F%5C*%5C.pluto+linguist-language%3DLua%2F&type=code) should help you find projects setting Pluto to Lua, which you could use in a script to raise issues announcing Linguist's official support of Pluto and...

Thanks for finding this! It definitely looks very similar, and it could be that Steam using a form of, or at least a language ***very*** similar to, BBCode. I wouldn't...