-
Hi GLM,
I am trying to use the lm function with the following command:
`mydata = DataFrame(X=MyDataType.(1:3), Y=MyDataType.(11:13)); lm(@formula(Y ~ 1 + X), mydata)`
This works fine with `MyD…
-
I am new to Julia, VS code, and this very cool extension. I've installed Julia 1.6.1, and version 1.2.5 of the extension. I am able to start the REPL and run and debug programs. But there's also errat…
-
Remember talking about this before, but couldn't find any issue so might have been on discourse. But the stop and restart kernel buttons does not seem to work. I read some of the related issues and sa…
-
My editor (neovim v0.6.0-dev) showed the following message:
```
LSP[julials] Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to replicate for a lo…
-
When I open Julia on Atom, appears in REPL console a message like:
Press Enter to start Julia.
By the time I press enter another message like:
Starting Julia...
juno-msg-precompilingINFO: P…
-
Hi,
- The healpix python library has a get_nside() function, which takes a healpix map as an input and returns the corresponding nside. Is there an corresponding function in the julia library?
- …
-
Thanks for this nice initiative! [Here](https://gist.github.com/blenzi/5fff71a220b77e2fe63874e191cdf938) is the script I wrote few months ago, hoping it is still valid. It allows to add poetry environ…
-
Error while trying to register: "Julia version < 0.7 not allowed in [compat]"
```toml
[compat]
julia = ">= 1.6, < 2.0"
CSV = ">= 0.10, < 1.0"
Clustering = ">= 0.15, < 1.0"
Combinatorics = ">= 1.…
-
I am trying to run some parallel code defined inside a module via `include_string`, and I can't quite figure out how it works or how it's supposed to work.
It seems like a bug for such a simple cas…
-
The python-side aiida-dftk and the julia-side AiidaDFTK.jl will inevitably have some form of version locking, in the sense that their expected IO interfaces depend on each other. We should agree on so…