Greg Pfeil
Greg Pfeil
Duplicate of #2483.
I think `NumberedOutput` is the right direction, but could go farther with sharing logic between the pretty output and the numbered args. Here are some thoughts: - we don’t need...
I don't have the issue of shellcheck not finding a local .shellcheckrc, _but_ it would still be very helpful to me to have the `--rc` option mentioned here. I want...
I agree with the behavior. I’m just saying the errors message could be clearer. Sent with GitHawk
Great, thanks! That worked for me. But yeah, there‘s still a bug.
So, I could be off the mark here, but here’s what I’m thinking. First, I mostly build libraries, so the flake is largely for developer/CI consistency and efficiency. So yeah,...
I ran into this the other day, too. It seems like you need both ```yaml permissions: contents: write # to push the branch for the PR pull-requests: write # to...
Yeah, with this, I could potentially use Aftok as my time tracker for consulting work, which just then makes it easy to adopt the contributor/income division features down the road.
I think this is already supported via the `ormolu-extra-args` variable. If you need to enable it for a project, you can set that variable in a .dir-locals.el file. I think...
@dodona2 The deprecation message is certainly unclear – you can remove the call _around_ the regeix. The regex is still necessary, but Emacs now supports that regex style directly. It...