Radon Rosborough

Results 871 comments of Radon Rosborough

One solution might be to make `esup-child` evaluate `require` as a call to `load-file` that enforces loading the uncompiled version of a library. I can't imagine why somebody would want...

This is rather interesting since I also have an `init.el` file symlinked in from somewhere else, and have never experienced this sort of problem with `esup`. I bet it's a...

Awesome, I'll start working on some documentation about a proposed way to merge the packages, for review by you and the community. Will update here when that is complete.

Here's my write-up: https://nextcloud.intuitiveexplanations.com/s/HxL5CnXKdAqwyPj [note: moved from Google Drive to Nextcloud] In case the Nextcloud document ever disappears for some reason, I have saved it on an Internet archive site:...

Personally one of the things that I think is indicative of well-designed software is that it *doesn't make me think*. Flycheck and Magit are two packages that really satisfy that—they...

@snytkine It's considered best practice to formalize this statement by adding a license. Have you considered the [MIT License](https://opensource.org/licenses/MIT), which allows modifications as long as the original copyright notice is...

For my personal use, I have constructed a horrifying workaround that halts the Docker service and brings down its network interfaces when no containers are running. It likely breaks things,...

I see similar errors with the com.ttxapps.megasync apk version 6.3.11 from Google Play: ``` W: /home/raxod502/scratch/megasync-6.3.11/res/values/styles.xml:4573: error: expected enum but got (raw string) 0. W: /home/raxod502/scratch/megasync-6.3.11/res/values/styles.xml:4578: error: expected enum but...

Well, the problem is the "apart from recent items" part. We do all the sorting at once, and it's pretty well optimized. I'm not sure it would be much faster...

That sounds like a bug in Ivy, it should be converting candidates to strings before passing them to the sort function. Selectrum does not have this problem.