-
- Makie v0.20.10
- [no, Makie won't even compile if I do this. `ERROR: LoadError: MethodError: no method matching to_rotation(::Nothing)`] can you reproduce the bug with a fresh environment ? (`]acti…
-
If was brought up here: https://github.com/JuliaLang/julia/pull/35591 that one nice property of `Ref` is that
```julia
julia> Ref(1) .+ 1
2
```
whereas
```julia
julia> Scalar(1) .+ 1
Scalar{…
-
We are working on SaaS based platform implemented using Flask and Celery.
In the backend, we have some part of the implementation written in julia.
We integrated julia using a python library calle…
-
There seems to be an oversight in the implementation of `[sources]` for the local path and its interaction with a workflow that uses a root project. In particular, I have a temporary dependency put wi…
-
Just a heads up (no MWE) some JET issues in my package led back to MacroTools. This might just be an issue in Base but I thought I'd share in case you recognize any potential issues from it:
```jul…
-
Should `HDF5.Dataset` be an `AbstractArray`?
Alternatively, should we build a wrapper?
```julia
julia> struct DatasetArrayWrapper{T, N} DatasetArrayWrapper(parent::HDF5.Dataset) = DatasetArrayWr…
-
Currently, only one output format is provided: `png` by default; otherwise what is set by the `activate!` function (e.g. `CairoMakie.activate!(type = "svg")`, but only if there is a match with https:/…
-
If we implement the `Random.Sampler` interface, then we can draw IID samples from the distributions: https://docs.julialang.org/en/v1/stdlib/Random/#Generating-random-values-of-custom-types. Distribut…
-
For example:
http://docs.yaoquantum.org/stable/man/registers.html#YaoBase.nactive
![image](https://user-images.githubusercontent.com/5612003/75507409-f046a580-5a1b-11ea-98d2-32ba9076b5ba.png)
…
-
We currently have an efficient and consistent solution to skip missing values for unweighted single-argument functions via `f(skipmissing(x))`. For multiple-argument functions like `cor` we don't have…