Radon Rosborough

Results 871 comments of Radon Rosborough

I do not think there is an option for this by default, but you could probably accomplish it by adding a function to `apheleia-formatter-exited-hook`.

Hmmm. I like the added documentation, but is there a reason that the formatting from prettify-markdown is better than the previous version? It just seems different.

Erm... I'm not sure I see how Apheleia's conventions here could be nonstandard. We use `define-minor-mode` to define the function, we don't do it by hand. By construction, anything created...

Let's start with adding a unit testing framework, that will help make it faster to fix these sorts of issues and ensure they stay fixed, so issue reports like this...

The first step to debugging Apheleia running a formatter is to run the formatter yourself. Once you figure out the correct command line to invoke the formatter, you can come...

Does `C-s C-s` do what you want?

Are you able to reproduce the error by attempting to invoke `prettier` interactively from the command line from within the Docker shell?

Oh right. Yeah, I think there is something like that that I remember having to do for prettier-ruby, maybe the same here? https://github.com/radian-software/apheleia/blob/d8ccc0ba0f127c11df39e79313a17bcb740359c0/test/formatters/samplecode/prettier-ruby/.apheleia-ft.bash#L4

For that one, you probably need to re-run byte-compilation after changing Emacs version.

I've got no objection to changing the default. What I want to ensure is that formatting still runs even when there is no project configuration, instead of erroring out. Would...