-
The last change to Trio (dropping MultiError) caused some compatibility mayhem, most recently [here](https://github.com/M-o-a-T/moat-mqtt/issues/18).
I'd thus like to ask for a release tagged 1.0, …
-
WARNING: Buildfile specified, dependencies will not be handled. If this is not what you want, do not use -b / --buildfile.
DEBUG: Processing core in collection list
DEBUG: Processing meta-loongarch …
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
There are many things to be said about how to grow and scale repositories. However, I think it's clear that OrdinaryDiffEq.jl is a repo that is currently hitting the scaling limits of Julia and thus a…
-
MWE:
```julia
module MWE
import Bijectors, Enzyme, StableRNGs
b = Bijectors.PlanarLayer(3)
binv = Bijectors.inverse(b)
x = randn(StableRNGs.StableRNG(23), (3, 3))
f = x -> sum(b(binv(x)))
Enzyme.gradi…
-
Hi
I am using below mentioned hikariCP and micrometer version in springboot 2.2.2.Release application
>
com.zaxxer
HikariCP
3.4.1
>
io.micrometer
mic…
-
Every time I use kiwix-build I have to enter my sudo password. During some short period I don't have to re-enter that. However, due to many errors, I have to enter it many times.
This is an enhanceme…
-
Since JuliaLang/julia#222 , fill +/- loses support for most structured arrays.
```julia
julia> s=Symmetric(rand(3,3))
3×3 Symmetric{Float64, Matrix{Float64}}:
0.110199 0.379641 0.536482
0.3…
-
/The proposal is carry out all this work in the `release-4.0` branch (we can rename this branch later if necessary). After checking out that branch, review presentation in `JakartaRest40.pdf` for some…
-
Historically, we have avoided the use of caret in the `package.json` files for our own projects. I am just wondering if we want to keep this policy or change it. Anyway, I would like to use this issue…