Radon Rosborough
Radon Rosborough
Oopsie. That, uh, is indeed my bad. Gotta add some regression testing on those functions.
I would have to take a few hours to provision new Nextcloud instances and run another test. Would you like me to do that? And is there any other information...
The one issue with this is that now Apheleia won't be able to tell whether or not formatting actually happened. Would it be possible to change the interface so that...
I guess there must be a bug in that change :) If you can supply a test case then I can add that to the test suite and ensure this...
Hmm, well, there is no accounting for the user needing to use a specific parser for the json files in their project. That will have to be up to user...
Blah. Your way is how I had it originally, actually, but then people complained it didn't work for buffers that had a major mode yet no file associated with them....
How about... creating a shell script that attempts to run Prettier with no explicit parser on the provided file, and if that fails, runs it with a default parser based...
Generally speaking, I don't provide official support for Windows because I am unable to test on that platform, although contributors are welcome to submit patches to restore functionality that may...
Ok, that should be fine. Using only POSIX standard features in shell scripts is a best practice anyway, since some UNIX distributions use shells other than bash by default.
Sure, you can configure your Emacs to set the buffer-local variable `apheleia-formatter` to any configured formatter, or one you've registered yourself, in any desired sub-set of files or following whatever...