Stephan Sahm
Stephan Sahm
I opened an issue at JuliaCall https://github.com/Non-Contradiction/JuliaCall/issues/215
Thank you so much for your comment. For Python it is the same? Indeed a big pity... Also thanks for pointing to the preference option. Please feel free to close...
> It's typically easier to include (or fake include via `if false; include("../src/MyPackage.jl"); end`) your package instead of the other way around. This sounds awesome as it would work around...
Thank you for the hints. That makes sense. julia is installed via juliaup, but in NixOS the VSCode is installed such that it has its own preset PATH, so installing...
maybe some automatic version fixation from the conda-forge build using the feedstock?
any plans to support openssl julia version (i.e. openssl long term support version)?
thank you very much. Great that at least there is way which kind of works. I guess it is fine for me to rely on internals for now.
I am running into the same error. It happens when test/Project.toml has a reference back to the top-level project. While previously this was not well defined, now using workspaces, this...
I am running into the same confusion. Positional interpolation using `?` works seamlessly, but the colon makes problems everywhere.