-
Version: v0.18.15 [+git]
```bash
~/tmp/20240516 22:05:52$ mkdir -p a/b/c/d
# this output is OK
~/tmp/20240516 22:06:00$ eza -TD --absolute a
/users/xxx/tmp/20240516/a
└── /users/xxx/tmp/202…
-
### Describe the bug
The `proc-sys-fs-binfmt_misc.mount` service fails to start during boot, causing binfmt integration to not work correctly.
### How to reproduce
On a fresh installation of …
-
### Reproduction steps
Steps to reproduce the problem: Connect the Bridge-App example from connectedhomeip to Apple HomePod and Google NestHub. When removing MatterBridge from the Google NestHub cont…
-
### What happened?
When verifying the release candidate for 15, I get an error when loading `pyarrow 18.0.0` during the wheel verification step.
I'm on Ubuntu 22.04 and I ran `USE_CONDA=1 ./verify…
-
### Zig Version
latest
### Steps to Reproduce and Observed Behavior
using standard emerge zig at Gentoo produces:
/var/tmp/portage/dev-lang/zig-9999/temp/environment: line 3320: 12302 Segmentati…
-
PGSync version: 2.5.0
Postgres version: debezium/postgres:15
Elasticsearch version: docker.elastic.co/elasticsearch/elasticsearch:8.7.0
Redis version: 6.2.6
Python version: 3.7
Problem …
-
`with-atomic-output-to-file` creates files named like `$CALENDAR/.calp-*`. These are cleaned up if the form succeeds, but not if it fails. Scan all configured calendar directories on startup and remo…
-
The naming of files in /tmp creates opportunities for conflict. Two or more users working on the same sketch. albeit a rare condition, cannot both compile because files are left in /tmp owned by the t…
-
The following models compiles, desugars correctly, but failed to generate a valid instance.
```
xor a
b
c
[b => eventually c]
assert[always (a.b => eventually a.c)]
```
I tried many times…
-
Checks
1. test case is ok ? Yes
2. Compiles ? Yes
3. De-sugars correctly ? No
4. Compiles in Alloy ? Yes
5. Instances checked in alloy? Yes.
a
b ?
c ?
[c] // globally …