Steven Arcangeli

Results 326 comments of Steven Arcangeli

I will put this on my backlog, but I would review a PR faster than I will get to doing it myself. #273 is a pretty good template for what...

This seems like a good idea, sure!

That's a neat feature idea. I would review a PR for this. You may be interested in [twilight.nvim](https://github.com/folke/twilight.nvim)

This sounds like a fine change to me. I'd like to move away from these commands, so I think the way to do it would be adding an option to...

We should already pick up the errorformat if you've run the `:compiler` command, but currently there is no way to specify an errorformat by compiler name. It sounds like a...

Do you have a repro? Because all I'm using to parse the output is https://github.com/stevearc/overseer.nvim/blob/9e6fe0ec30a241cecffcf2902332980b3bf2e73c/lua/overseer/component/on_output_quickfix.lua#L123-L126 If you're not passing in an explicit `errorformat` then it should use the default behavior,...

I've moved this to a different issue as a bug report, with higher priority. I'm keeping this issue open as well because being able to specify a `compiler` instead of...

I'm not quite sure what you're asking for. You say "python output", but what is this? Are you running a tool written for python (e.g. tox)? Is this a tool...

It's a little bit of an odd request, but I don't see any issue with it. If you want, you can add a `tasks.yaml` file as a secondary (or primary)...

Sorry for the delay, I don't have as much free time these days and the issue reports get backed up. This is one that I'm going to need a solid,...