Radon Rosborough

Results 871 comments of Radon Rosborough

Sure, feel free to send it over at [email protected]. It's somewhat known to me that sometimes the alignment algorithm doesn't work great, see https://github.com/radian-software/apheleia/issues/2 for example (but I've since seen...

I don't think I ever got an email with this code sample... did you send it? I'm trying to see if I can fix the issue and add tests in...

Cool, we can close this for now then and hopefully it will be solved for good with the change I linked above.

I'm seeing this simple foreign key relation fail to parse: ```sql CREATE TABLE cities ( name varchar(80) primary key, location point ); CREATE TABLE weather ( city varchar(80) references cities(name),...

This makes sense as the command is asynchronous, so your let-binding returns `inhibit-read-only` to its original value before the formatting actually occurs. I suppose we can either (1) have Apheleia...

Are there any practical cases you can think of where option 1 would cause unwanted behavior for any user?

It's intended for recipe repositories to be part of the lockfile. Otherwise, the configuration isn't reproducible - packages may pull from different sources, packages may have been removed from the...

This actually happens with all Emacs functions that read from the minibuffer. You can reproduce easily without the mouse by typing `C-x o` to switch out of the minibuffer. Generally,...

Yeah, most keys are unbound in isearch, or rebound to special things, so it's hard to exit the minibuffer without aborting isearch, which I suppose you can consider to be...

This thread is being closed automatically by [Tidier](https://github.com/radian-software/tidier) because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have...