matoro

Results 85 comments of matoro

Never mind, I figured it out! Here is how we can implement this over the API: ``` >>> x.method.list_keys("", "event.download.erased") ['!_download_list', '~_delete_tied'] >>> x.method.set_key("", "event.download.erased", "delete_erased", "execute=rm,-rf,--,$d.base_path=") 0 >>> x.method.list_keys("",...

> I am not sure if we can call `x.method.set_key` via RPC? > > If we can this would functionally work perhaps, but it seems dangerous. At the very least...

@erickok https://github.com/erickok/transdroid/pull/655 does not fix this, see my explanation above.

Thanks, can you re-open the issue since it's not resolved?

> Thanks for the detailed report. > > I see that you use version v0.5.5. Since that release we've made a couple of important changes on the develop branch. Particularly...

Hi, Gentoo chiming in here - I also see failures on 0.8.1 but significantly less the OP, for me it's about 2% failures. ``` 98% tests passed, 73 tests failed...

Alpine appears to have observed the same failures and disabled these: https://git.alpinelinux.org/aports/commit/community/libjxl/APKBUILD?id=ba20f96e2794bc749ee54a77df94dcea56bba48a

> Is there a way to get access to one of these Debian build machines to debug the issue? Or is there a way to set up ppc64/i386 runners on...

> > > Is there a way to get access to one of these Debian build machines to debug the issue? Or is there a way to set up ppc64/i386...

Confirming that when applying https://github.com/libjxl/libjxl/pull/2596 and https://github.com/libjxl/libjxl/pull/2617 I get 100% pass on little-endian with lcms2. Unfortunately on big-endian I get `94% tests passed, 217 tests failed out of 3488`. This...