Stuart

Results 16 comments of Stuart

I believe this issue is due to an uncaught exception. The `validate_arxiv` method checks for URLError, but a InvalidURL error is thrown instead. This is not caught by the try-except...

``` signal (7): Bus error in expression starting at REPL[1]:1 getindex at ./array.jl:924 [inlined] getindex at /home/snthomas/.julia/packages/Arrow/R2Rvz/src/arraytypes/primitive.jl:48 [inlined] getindex at ./subarray.jl:315 [inlined] iterate at /home/snthomas/.julia/packages/Arrow/R2Rvz/src/arraytypes/list.jl:174 [inlined] writearray at /home/snthomas/.julia/packages/Arrow/R2Rvz/src/utils.jl:49 writebuffer...

I think I resolved the issue. It has to do with how Arrow reads Tables from disk. It does not load the entire table into memory but uses only a...

Hi @shg, Thanks for your reply. Regarding your first point, the issue I'm experiencing is not with the execution but with Emacs freezing. While the code you provided is running,...

Hi @shg, You can reproduce this with just ``` #+BEGIN_SRC julia sleep(15) #+END_SRC ``` Emacs hangs until execution is finished or until 10 seconds have elapsed. I attached a video...

I now see this is an issue on my end, I'm not using the most up-to-date version. Sorry for wasting your time. Let me know if you need any help...

So it looks like this is happening again on the most up-to-date version with the same behavior. The `.out-file` is only written to at the end of execution so `ob-julia-vterm-wait-for-file-change`...

Ok, I went back to see which commit started having the problem and it seems to start at 354de54, which is the first to add the `ob-julia-vterm-wait-for-file-change` function. I'm not...

The behavior is as described before. I am on Emacs 29.4 on Fedora 40, Linux 6.9.7-200, x86_64. Looking through the code it seems clear to me that `ob-julia-vterm-wait-for-file-change` is waiting...

Here's some more details: My Doom config: ``` generated Jul 25, 2024 10:40:21 system "Fedora release 40 (Forty)" Linux 6.9.7-200.fc40.x86_64 x86_64 emacs 29.4 EMACSDIR=~/.emacs.d/ EMACS=/usr/bin/emacs doom 3.0.0-pre PROFILE=_@0 HEAD ->...