joachimneu
joachimneu
Considering the way Jupyter is used in IJulia/Julia, this seems like a reasonable suggestion: "Would it be possible to show the token of a new Jupyter instance when doing notebook()?"...
I stumbled upon the same error message: `error: /rustc/.../library/core/src/intrinsics.rs:2079:14: in function outer_verdict i32 (%"redbpf_probes::bindings::gen_bindings::__sk_buff"*): A call to built-in function 'memcpy' is not supported.` The code is basically the `echo` example,...
After using a `SharedArray` inside a function, the following sufficed for me in Julia 1.1.1 to free it: ``` finalize(my_shared_array) @everywhere GC.gc() ``` Without this, the shared array was effectively...
Hey, I am maintaining a fork of this repo, and hacked a little Python script that uses LLMs through the OpenAI API to keep the YAML files up-to-date semi-automatically. https://github.com/blockchain-deadlines/blockchain-deadlines.github.io/blob/main/chatgpt-updater.py...
@rieck Yes, the script is described briefly [in the last paragraph of the "Contributing" section in the `README.md` here](https://github.com/blockchain-deadlines/blockchain-deadlines.github.io?tab=readme-ov-file#contributing). The subject area of the repo I maintain is different, but...