Radon Rosborough
Radon Rosborough
I'm not sure. That looks fine to me, and I tried that formatter definition in my own configuration and it seemed to work properly.
Erm, that seems crazy. It formats and concatenates all files in a project even when you explicitly ask it to format a single file? Sounds like this needs to be...
You can probably use Apheleia for that. This would be, to my knowledge, the first usage of Apheleia as a library rather than a user-facing application. Bind `apheleia-formatters` to define...
The `scratch` buffer starts with the file contents populated in it. You need to modify it in place, or erase it first. (Though if you erase it first then your...
Can you do more testing to see what is the difference between the configured command line https://github.com/radian-software/apheleia/blob/dd24c54897a19c2d7e0d90409bb23238fcac79f2/apheleia-formatters.el#L92-L93 and what you updated it to, that results in one working on your...
This feature would need to be added, as currently the logic for change detection will cause a graceful exit/no-op in the case that the buffer has been modified since the...
> Since I have podman instead of docker I can't test everything locally Fixed that for you in https://github.com/radian-software/apheleia/pull/343
Are those spaces? They look quite strange, do you have the width for leading spaces set to only a few pixels in Emacs? From further down in the same buffer...
I generally think we should ensure that all MELPA recipes will work correctly in `straight.el`. There are two ways to do that, one is to support `:rename`, another is to...
Oh, this is actually a great opportunity to remove technical debt. It looks like the MELPA folks have removed the previous hardcoded behavior where `.el.in` files were automatically renamed to...