Hugo
Hugo
See https://github.com/hannobraun/inotify-rs/pull/234 for latest draft implementation. Still on last nuance to figure out.
Feel free to re-open if the above solution does not work.
This is also the recommendation upstream, and should provide a bit more stability for CI (even though the current breakage is unrelated).
I ran: ```console > xhost + access control disabled, clients can connect from any host ``` Still seeing the same issue: ``` [DoChat] WeChat 3.3.0.115 [DoChat] Starting... + echo '[DoChat]...
I tinkered the script a bit to get an interactive shell: ```diff diff --git a/dochat.sh b/dochat.sh index 692aff0..55bdc93 100755 @@ -97,7 +97,7 @@ function main () { "${DEVICE_ARG[@]}" \ --name...
```console > cargo test -h | grep all-targets --all-targets Test all targets (does not include doctests) ```
The event URL has a colon, and my initial guess would be that we're escaping it wrong. Possibly related to https://github.com/pimutils/vdirsyncer/issues/1154
I've no idea what the error messages on macOS mean.
Okay, CI is all green now.
@fmeringdal kind ping?