-
Current master is almost 6x slower than before:
```
julia> v = rand(Float16, 2^10);
julia> @btime @fastmath foldl(min, $v)
1.103 μs (0 allocations: 0 bytes) # 1.9.0-beta4
6.352 μs (0 alloca…
-
After https://github.com/llvm/llvm-project/commit/6c8adc505471542be38bd71d1000062daa46d7bc, inlining in cross-language LTO happens in cases where it didn't happen before, including cases where things …
-
Hi.
Thank you for creating VC4VL. I am very eager to implement it on several machines.
On a RPi, I have compiled and installed VC4C and VC4CL including tools, but not test.
I do not yet have VC4V…
-
Aside from the previous instabilities and random timeouts, it now seems to fail even trivial (& fundamental) tasks like downloading binaries consistently (4x in a row over the course of 24h in https:/…
-
[CVEhound](https://github.com/evdenis/cvehound/) checks kernel trees for missing backports of CVE fixes. The tool doesn't require building a kernel. However, it can use a .config file to limit the sc…
-
### Short description
As suggested in #1359 I open this issue.
In [this custom plot widget](https://github.com/danielhrisca/asammdf/blob/master/asammdf/gui/widgets/plot.py#L1490) each curve is…
-
See [job003643](https://www.ravenbrook.com/project/mps/issue/job003643/) which was fixed. Afterwards, we had an [internal discussion from 2016](https://info.ravenbrook.com/mail/2016/02/14/00-44-00/0/…
-
Infrastructure:
Win 11 64-bit
AccessMod Docker version 5.8.3-alpha-3
### Current Behavior
When uploading a large road layer AM showed the first error: ` [writeVector] Field creation failed for: …
-
### Your use case
When using a vertical monitor or using Element in a vertical window, the Spaces bar on the left can take up a lot of unnecessary space. There is a way to disable the communities bar…
-
I try to use GLM for standart bioequivalence testing for crossover design to get ANOVA table (protocol defined test) using `ftest` and have:
```
ArgumentError: F test is only valid for nested mode…