Ramon Diaz-Uriarte

Results 85 comments of Ramon Diaz-Uriarte

Thanks for that code, Sean!! Works perfectly for me. (I get a `error in process sentinel: Invalid function: 0` but images get inserted just fine, and I am not sure...

> Yes, you can mess with a `org-download-image-dir` variable and set it to `.` or something. Thanks. Customized to my liking now. > I'm going to check that one out,...

If I may, I'd like to raise this issue again. I've fixed what I think was a bug in the original PR and added a longer docstring that specifically addresses...

But then, shouldn't this be removed from the guide? I was following the guide, literally copying code, and it fails with the same error. I find it disconcerting that procedures...

FWIW (not much ;-) ) I found these functions could definitely be useful. Unfortunately, I am just starting with Turing and Julia, so I do not think I can really...

This happens to me very often. But I do not understand @Gavin-Lijy solution: if I do "dev.off" the device is closed. I need to launch a new hgd.

For the record: I was having the exact same problem with `import`, that I could trace to `unclutter`. Switched to `maim -s` as suggested, and things are fine now.

In case it helps, I was experiencing the same issue. I had set `(setq vterm-kill-buffer-on-exit nil)` (as explained in https://github.com/tpapp/julia-repl#using-vterm to see error messages from processes that wouldn't start) but...

My suggestion would be to comment out in here since: a) I think the problem is not present; b) it refers to a package no longer supported. But then, I...

I have the same issue on Emacs 29.2.50. Here is a minimal reproducible example: 1. Start emacs with `emacs -Q` 2. In the scratch buffer, type and evalute `(package-initialize)` (to...