-
Right now, the fibbonachi example (visible at http://nbviewer.ipython.org/url/refreweb.phys.ethz.ch/hope/notebooks/julialang.org.ipynb ... for some reason this doesn't match this repository?) reads:
…
-
I keep getting this error when trying to run the REPL in VSCode.
"You must have Julia installed for the best Julia experience in VS Code. You can download Julia from https://julialang.org/."
Julia i…
-
Master:
```
julia> 10.0^68
1.0000000000000001e68
```
1.11:
```
julia> 10.0^68
1.0e68
```
https://github.com/JuliaLang/julia/pull/55802 changed stuff related to `muladd` which `pow` uses at
https…
-
The PR https://github.com/JuliaLang/julia/pull/55886 stripped generic `AbstractIrrational` operations of their effect annotations. As a bugfix, it will be part of future v1.10, v1.11 and v1.12 Julia r…
-
Not sure if this is something new to more recent Julia versions, but I’m getting the following when using SlurmClusterManager and Julia exits:
```
error in running finalizer: ErrorException("task sw…
Socob updated
1 month ago
-
Running into a segfault when precompiling GLMakie using X11 forwarding (headless server).
```
[32347] signal (11.1): Segmentation fault
in expression starting at /hpc/home/xvries/.julia/packages/…
-
@SimonDanisch is experiencing lots of issues running on windows
The robot example is failing during rendering with
```
julia> Multibody.render(robot, sol; y=2, lookat=[0,1,0], filename = "robot…
-
It looks like `PkgSkeleton.generate` is hard-coded to generate git repositories with `master` as the default branch. It would be nice to be able to customize that, and additionally use `git config --g…
-
Get datapackage-jl published as a registered Julia library on [pkg.julialang.org/](http://pkg.julialang.org/).
Guide: https://docs.julialang.org/en/v0.6.3/manual/packages/#Tagging-and-Publishing-Yo…
-
The startup time to show a full REPL has significantly increased from 1.10 to 1.11.1:
```
$ time julia +1.10 --startup-file=no -e "using REPL; exit()"
_______________________________________________…