Tommy van der Vorst

Results 178 comments of Tommy van der Vorst

Thanks for the review, @AtkinsSJ ! All should be resolved now. This is a bit of a quick workaround for now, proper `mask` support requires much more elaborate additions (like...

@VivekPanyam I generally agree with your assessment. `wonnx` is an option if you are looking for a relatively lightweight (and Rust native) way to run ONNX models on GPU. In...

Hm, so I thought I was smart to use a `data:` URI, because I saw that other tests used an `` to force loading the images... So to fix the...

https://github.com/LadybirdBrowser/ladybird/pull/3825 should fix it (can't really test the flakiness, it works for me locally). Expected output below.

More info: the completion as seen from `tycapsule` (encrypted peer) for `tynas` (unencrypted): ````json { "completion": 99.69042399569908, "globalBytes": 206154544, "globalItems": 275, "needBytes": 638205, "needDeletes": 0, "needItems": 4, "remoteState": "valid", "sequence":...

@calmh but there shouldn't really be any local updates on an encrypted peer, right? (Surely I did not change any files there but also I don't think Syncthing itself should...

Hm, no local changes on the encrypted peer: ````js // curl "https://tycapsule:8384/rest/db/localchanged?folder=bv" with X-API-Key { "files": [], "page": 1, "perpage": 65536 } ```` File info on the encrypted peer (tycapsule):...

It gets even stranger. Out of four devices synchronizing this folder (one of which is the encrypted peer), all have the same blocksHash, hashes for the individual block (only one...

Hi @imsodin, thanks for the elaborate reply. This definitely gives some more clues. Some initial replies below, will think and investigate a bit more later on. > Thu 15 Aug...