-
Hi,
after update, which seems to download new versions of Optimization and related packages, precompilation fails exactly for Optimization, Optimization BBO, OptimizationOptimJL, OptimizationForwar…
-
Code:
```julia
using ICNF
using Lux, Zygote, ComponentArrays, TruncatedStacktraces
using Random
TruncatedStacktraces.VERBOSE[] = true
r = rand(Float32, 1, 128)
nn = Lux.Dense(1 => 1)
ps, s…
-
**Alluxio Version:**
What version of Alluxio are you using?
2.1.0
**Describe the bug**
A clear and concise description of what the bug is.
I tried to compile the alluxio source code on my ubuntu1…
-
We're seeing _very_ long compile times for ExponentialUtilities over at [ClimaAtmos.jl](https://github.com/CliMA/ClimaAtmos.jl):
```
julia> @time_imports using ClimaAtmos
[ Info: Precompiling Cli…
-
**Describe the bug**
RandomizedRaftTest failed in #11632 because two nodes could not elect a leader when the third node was unavailable.
Here is what happened:
Leader at term 137 is Node 1 …
-
the partition-25 can not work because of the errors, and can i restart the broker to recover ?
![image](https://user-images.githubusercontent.com/92800459/232664267-9203a7a6-2fbd-4429-91f9-311b5c5…
-
code:
```julia
using Lux, Zygote, Random, ComponentArrays
r = rand(Float32, 1, 128)
nn = Lux.Dense(1 => 1)
ps, st = Lux.setup(Random.default_rng(), nn)
ps2 = ComponentArray(ps)
function fn2…
-
```
org.opentest4j.AssertionFailedError:
expected: READY
but was: ACTIVE
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal…
-
**Describe the bug**
One of my Zeebe installations is resource constrained. It's running on 512MB JVM heap, 1GB memory limit and 0.4 core CPU limit per node. I was stress testing it by starting abo…
-
I'm new to Julia, maybe it's wrong with my environment, but using hints from REPL or Pkg I can't find a solution, nor did info on this error found by google search or issue search myself, so I raised …