Landry Breuil

Results 295 comments of Landry Breuil

i see the same two tests failing on OpenBSD too with 2.5.0. ``` 99% tests passed, 2 tests failed out of 1321 Total Test time (real) = 737.85 sec The...

fwiw this causes a build failure on OpenBSD/amd64 using go 1.18.1 when building grafana 8.5 and a vendored source tree (which includes segmentio/asm 1.1.0 & 1.1.1 afaict). ``` /usr/local/go/pkg/tool/openbsd_amd64/link: running...

for the expiration time, it seems the code and the doc refer to milliseconds, but the behaviour seems to be in seconds. I'm puzzled.

Yeah, and our build infra is able to fetch a tarball from the github tag, but that doesnt have the assets - i fully understand if you dont want to...

same error log since the update to nextcloud 23.0.0, worked fine with nextcloud 21.0.6, using client 3.4.1. both clients and servers are on OpenBSD, so unrelated to appimage. ``` {...

sure @mgallien i can take a patch and apply it to our openbsd port of the client locally and check if it 'solves' the issue :) but it also seems...

@mgallien fwiw for me on OpenBSD just doing 'touch' on a synchronized file (to force an upload) was enough to trigger the problem, but not on all files (eg some...

@mgallien: fwiw i know it's *not* the right fix, but i locally rebuilt 3.4.1 disabling bulk upload (eg returning `false` in `Capabilities::bulkUpload()` in `src/libsync/capabilities.cpp` and i've been able to push/pull/sync...

> > @mgallien: fwiw i know it's _not_ the right fix, but i locally rebuilt 3.4.1 disabling bulk upload (eg returning `false` in `Capabilities::bulkUpload()` in `src/libsync/capabilities.cpp` and i've been able...

that was with 2.1.0, not master. I see `QVariant` was added in 8af0bfe0c5 but now that i see 2.1.1 was released will recheck with this new version.