Steven Arcangeli

Results 451 comments of Steven Arcangeli

In what way is async formatting buggy?

Timeouts? Async formatting doesn't have timeouts. Unless you're talking about eslint_d itself timing out?

That's what it sounds like. If running the command directly on the command line _doesn't_ time out, then maybe there's something we can do.

Check out the options in this doc: https://github.com/stevearc/conform.nvim/blob/master/doc/formatter_options.md#injected Open your markdown file and run `:InspectTree`, then press `I` to toggle the language of the nodes. This will help you find...

So is the issue here that `gofumpt` produces different formatting when run on stdin vs when run on a file? If so, could you open a PR to change the...

conform supports range formatting, so you could probably re-use a lot of the code in the [injected](https://github.com/stevearc/conform.nvim/blob/master/lua/conform/formatters/injected.lua) formatter and pass in git diff ranges instead of treesitter ranges

This is not normal behavior; conform should be catching errors and re-displaying them when needed. There shouldn't be any errors that bubble up to the autocmd itself. Can you provide...

This not necessarily an intentional piece of the design of conform, but I have intentionally not attempted to change it. These functions _should_ be deterministic, and I expect the overall...

My interest in this is pretty low, as I don't use mason. I'm not sure exactly what this would entail, but from skimming the docs it seems like you would...