Dennis Hoelgaard Bal
Dennis Hoelgaard Bal
I can see that in https://docs.juliahub.com/CalculusWithJulia/AZHbv/0.0.13/precalc/julia_overview.html you use ``` Pkg.add("SymPy") # for symbolic math Pkg.add("Roots") # for solving `f(x)=0` Pkg.add("QuadGk") # for integration Pkg.add("HQuadrature") # for higher-dimensional integration ``` Please...
The ylabel gets cut from a certain plot size, and the cutting gets worse and worse for lager sizes. If this was only a problem in display I would be...
Is it possible to send a cell/block of code, delimited by e.g. "##", "%#", or "%%" (Julia, Python and MatLab if I am not mistaken), to the terminal? If not,...
Being explicit about the need to clone the repo and change the current directory.
The same image, with the same orientation and resolution, it rendered in 3 different orientations depending on the file type. Only `jpg` is the right way. The images and generated...
In googling stuff like "How to X in typst", I am getting rather terrible results. Essentially none. There should be some forum for a persistent and googleable online resource where...
I am trying to set up the LSP for Julia, after having just done it successfully for Helix. The relevant variable in ~/.config/helix.config.toml is ``` language-server = { command =...
This PR implements `isfull(c::Channel)`. It calls `n_avail(c) ≥ c.sz_max` in all cases. The original implementation was inspired by [this comment](https://discourse.julialang.org/t/function-to-check-if-channel-is-full/44795/3?u=thelatekronos), and therefore had a special case for unbuffered channels, which...
The ylabel gets cut from a certain plot size, and the cutting gets worse and worse for lager sizes. If this was only a problem in display I would be...
I am following [this video](https://www.youtube.com/watch?v=FQFD2YYqtpA), and after just making the project, I am getting the following errors printed in my terminal: ``` WARNING: both Html and Base export "view"; uses...