phyxmeow
phyxmeow
## Description Completion for Greek letters for julia notebook currently cannot work:  If lsp is not loaded, completions from kernel works well, sorry but I cannot capture a gif...
See this example: ``` using Zygote, BenchmarkTools f(x,y) = 1 + x^2 + y^2 fx1(x,y) = gradient(f,x,y)[1] h1(x,y) = gradient(fx1,x,y)[2] fx2(x,y) = 2x h2(x,y) = gradient(fx2,x,y)[2] ``` ``` @benchmark h1(1.0,1.0)...
Let these be tex.snippets ``` snippet mk "Math" iA \($1\)$0 endsnippet snippet xx "foo" iA aha endsnippet snippet ** "foo" iA aha endsnippet ``` And these be .vimrc ``` let...
musicbox 启动报错: ``` ❯ musicbox Traceback (most recent call last): File "/usr/sbin/musicbox", line 33, in sys.exit(load_entry_point('netease-musicbox==0.3.1', 'console_scripts', 'musicbox')()) File "/usr/sbin/musicbox", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.9/importlib/metadata.py", line 77,...
Hello! Can you please consider addition of Golly? http://golly.sourceforge.net/ https://sourceforge.net/projects/golly/files/golly/ Thank you!
Now we have the outputs store in a dictionary `Out[n]`, but `In[n]` is not defined. How about store the input `Expr` or `String` in a similar way so that one...
Versions: - Julia 1.11.0-beta1 - HTTP.jl 1.10.5 - MbedTLS.jl 1.1.9 I have a HTTP server running locally, but querying the server using HTTP.post give me this: ``` In [9]: HTTP.post("http://127.0.0.1:5700/get_login_info",...
It is v6.1.1 now, but we are still at v4.3.1 here.
All tests passed.
It prevents me to update Transducers.jl to latest version. Thank you!