-
### Describe the bug
The `StaggeredLayout` from the new namespace `CommunityToolkit.WinUI.Controls.Primitives` crashes on **ARM64** build when used in an ItemsView with the following StackTace:
…
-
### Description
Given simple program
```cs
var u = int.Parse(args[0]);
var r = Random.Shared.Next(0, 10_000);
var a = new int[10_000];
for (var i = 0; i < 10_000; i++) {
for (var j = 0; j < 100_…
-
Hi,
I started to execute on a planned mail server migration over to a new setup including mailman. That setup runs on a linux/arm64 machine. It seems that there are not images for that platform ava…
-
**platform:** linux-arm64
**version**: v0.4.2 (kp v0.0.43)
```
12:20:47.584 INFO katzenpost/client2: SendCiphertext error: write tcp 192.168.X.XX:35830->54.XX.XX.XX:8080: write: connection timed …
-
Currently when building on Windows 11 arm, candle fails on the arch:
`candle.exe : error CNDL0264 : The parameter 'arch' is missing or has an invalid value arm64. Possible values are x86, x64, or …
-
there's an x86 and an x64 build, how about an ARM64 build as well?
-
This is likely a result of the changes introduced to solve https://github.com/Rdatatable/data.table/issues/6409.
If there's anything I need to change on my end to fix this, please let me know!
#…
-
Hi,
I'm trying to build whisper-rs for arm64 but it failed with error from the compiler:
```console
Compiling is-terminal v0.4.13
Compiling windows-interface v0.56.0
error: failed to …
-
I run an `apt autoremove` on the freshly arrived PineNote (Community Edition) with the stock image after an `apt upgrade` and `apt update` and encountered that required packages were removed. The corr…
-
If you run the following Dockerfile you'll see that python3.12 on arm64 hashlib is somehow broken.
```Dockerfile
FROM cgr.dev/chainguard/wolfi-base
RUN apk add -U python-3.12
RUN python -c 'from…