Jiaming Yuan

Results 1128 comments of Jiaming Yuan

Yes, MELPA, thanks. I cleared the cache, but it doesn't solve the problem, still failing to load those modules. Is it possible that this is caused by `guile-gcrypt`? Currently ,...

It might be worth mentioning that the unbound variable error also happens when emacs-guix installed from Guix.

That's on two different computers.

Hi, I believe this is caused by incorrect load path. In the guix wrapper (the file named `guix-command` in `~/.config/guix/current/bin`), there are lots of (set! %load-path ... ). I tried...

Thanks for the reply. Please give me some time to think about it. I'm a little occupied by other stuffs.

Hi, I installed guix and guile in my package profile, which indeed fixed the issue. But is there anything we can do to make guix's own profile more "normal"? In...

One very simple solution would be making guix a `propagated-inputs`? But I'm more interested in modifying Guix itself. I will try looking at it later (probably, not very soon). :)

> Hm, do you mean to make `guix pull` install guile dependencies into `~/.config/guix/current`? This would also be a fix, I think. Yes. :)

Hi, to provide more context, @wbo4958 is currently working on https://github.com/NVIDIA/spark-rapids/issues/5561 for enabling sharing cuDF columns between jvm process and Python process via CUDA IPC. @wbo4958 generated the cuda array...

Thank you for the suggestions! The `__dataframe__` protocol seems to be a good starting point for us to hack into cuDF.