Tamas K. Papp
Tamas K. Papp
It would be very nice if the slant/bold variations of latin letters in [Mathematical Alphanumeric Symbols](https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols) (`U+1D400`–`U+1D7FF`), eg `𝐀`, `𝒆` were supported. I use them in Unicode-aware programming languages vectors,...
Something simple and unobtrusive, but would aid separating columns.
_This issue was reported by Péter Salvi via e-mail_ (thanks Péter!). `SUB-RESOLVE-SELECTION` and `SUB-DIMENSION` both specialize on `fixnum`, which is not a class that is guaranteed to exist by the...
_This issue was reported by Péter Salvi via e-mail_ (thanks Péter!). Definitions like ``` lisp (defgeneric test (&key my-key &allow-other-keys) (:method (&key) t)) ``` are not allowed because the method...
I am not sure if this is to be expected, or reflects and underlying issue with Julia, and if there are any workarounds. ```julia julia> VERSION v"1.6.0-beta1.1" julia> using ThreadsX,...
Since `struct`s cannot be redefined, attempting to do so currently gives a `failure to evaluate changes` warning. I wonder if this can be worked around by triggering a reload of...
It would be nice to be able to use some features of this package locally, on one's own computer, *on demand*. Eg I could imagine something like ```julia julia> import...
`Base.@kwdef` was extended considerably by https://github.com/JuliaLang/julia/pull/29316, would it make sense for Compat.jl to provide a backport?
The design intends this usage, but it should be explicitly mentioned for new users who are not familiar with the ecosystem. ```julia results = mcmc_with_warmup(Random.GLOBAL_RNG, ∇ℓ, 1000) posterior = StructArray(transform.(transformation,...