G Jake Gebbie
G Jake Gebbie
This is also a problem for me. Perhaps the issue is that Conda.jl installs an older version of R, e.g., from the R REPL inside the Julia REPL: `R> sessionInfo()...
Thank you for discussing the issue when downloading large files from Google Drive. I also think it would be really cool to add this code to GoogleDrive.jl as I can't...
Same issue as jlapeyre here. Emacs 27.2, Julia 1.7.1, julia-repl 20211230.814. When I exit Julia, the REPL does not disappear and invoking `M-x julia-repl` gives same error (i.e., cannot change...
thanks for the detailed instructions wentasah. I think your hypothesis is right. using the minimal configuration, when I `exit()` julia, I get `Process julia finished`. The buffer is not minimized...
This comment is more than 4.5 years old, but I see some activity in 2022, so I've given a shot at addressing the issue. I've written a package at https://github.com/ggebbie/UnitfulLinearAlgebra.jl...
thanks a lot @goretkin for posting your work. Thanks also for the references in your README which were helpful for my learning. I have put the unit information into attributes...
Now I am the one with the slow response --- oops! I haven't tried adding the time dimension at the inner array level. That does make some intuitive sense to...
Initialization of a MeshArrays.gcmarray seems to be a minor issue. My existing initializations seem fast and they aren't too ugly. I have built on the format of having time or...
I took the approach of turning the "positions and speed" panel into a GeoAxis plot using GeoMakie. My experiment didn't (so far) give production-quality results. Some issues with GeoMakie: 1)...
Discussion of the issue here: https://discourse.julialang.org/t/help-testing-julia-tree-sitter-mode-in-emacs/92819/29?page=2 My understanding: it is a tree-sitter issue. If you have the enclosing `end` block then the indenting should work.