Pascal Bach

Results 68 comments of Pascal Bach

@christopher-wilke I'm not sure what you are asking?

If I understand correctly you like to format the output of `cargo test` into a junit compatible format. This is outside of the scope of this crate, but there is...

@fuzzypixelz Sorry I took me some time to get back to this. I rebased on main and changed the merge target accordingly.

@outbackdingo I guess it's not tested recently. It was working at some point with dunfell and kirkstone. There are several issues: - Github actions is not suitable for CI on...

PR with a fix is always welcome

If I understand correctly you are able to access the home assistant web UI but you can't sucessfully configure it? Are you using a read only rootfs?

The version of home assistant in kirkstone is over a year old and not well tested. Could you try with the main branch? It is currently targeting Mickledore.

I think having a more portable solution with zlib is better, even if it has a slight performance cost.

I think this is relate to #120, the mentined package currently only builds for aarch64. Can you try to build for qemuarm64? For example with: `kas build meta-homeassistant/kas/homeassistant-main-full.yml:meta-homeassistant/kas/machine-qemu.yml`

@max-wittig How does the error reporting work? I only see the initialization of sentry, but no other instrumentation? Does is just catch panics?