Ricardo E. Gonzalez

Results 8 comments of Ricardo E. Gonzalez

Let's say you have a laptop (local) and a server (remote). Sometimes the link between the two is fast and low latency and sometimes it's slow and high latency. Sounds...

This seems to be caused by using `use-package` for configuration. When I start `emacs -q` and evaluate the following ``` (require 'package) (setq package-user-dir reg-package-dir) (package-initialize) (require 'use-package) (use-package jupyter...

Thanks for the pointer @fritz-k . Unfortunately that didn't solve the problem for me. I'll keep looking.

> @ricardog do you have a reproducible example of this issue? I don't have an example that triggers the race condition on `CachingFileManager`. I would have to think how to...

On MacOS I was able to build the library by making the following small change to the Makefile ``` @@ -24,7 +25,7 @@ all: $(EZMQ_LIBDIR)/$(EZMQ_MODULE) compile .PHONY: configure configure: src/configure...

Perhaps related. I like to modify the display of the buffer depending on the length of the text, e.g. enable `hl-line-mode` for long, text-heavy entries. I modified `elfeed-show-entry` to call...

I've been able to compile and run `libgen` with llvm 14 on Linux (seemingly without a problem).