-
To facilitate copying data between Julia sessions I'd like to support serialization to clipboard as a package extension between `InteractiveUtils` and `Serialization` with a dependency on `Base64` (re…
-
The main issues right now with the Julia BRT pipeline are:
1 - It can only work with the 4326 epsg
2 - You cannot choose the species and it can only be run for a pre-selected species
3 - It does …
-
```julia
julia
-
# Test case
```
julia> LinearAlgebra.norm([sqrt(2)*u"m", sqrt(2)*u"m"])
2.0 m
julia> LinearAlgebra.normalize([sqrt(2)*u"m", sqrt(2)*u"m"])
ERROR: DimensionError: and m are not dimensionally co…
-
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/cf4f1ba_vs_edb3c92/UnsafeArrays.primary.log
```
Base.mightalias: Error During Test at /home/pkgeval/.julia/packages/UnsafeArr…
-
## Bug description
If I'm not wrong,`BLAS.lbt_forward` (as well as the whole `lbt.jl` file in `@stdlib/LinearAlgebra`) is not defined in Julia 1.6. You should maybe increase the compat version of Jul…
-
I have ported the matlab code for the [Doc/applications](https://osqp.org/docs/examples/index.html) to Julia. You find it in [this repository](https://github.com/PaulSoderlind/OSQPExamplesJulia). Plea…
-
In the example page in the documentation it is reported that passing an MPO which is a sum of some MPOs as a vector to the `dmrg` function results in faster computation. For bigger system I found the …
-
@JuliaRegistrator register
-
# The Problem
Neither Raku's REPL nor [Comma](https://commaide.com)'s REPL support tab completion of LaTeX-like abbreviations.
However, Julia support tab completion of LaTeX-like abbreviations in…