K3A

Results 16 issues of K3A

I don't know why but sometimes `this.hass` is not set at the time `connectedCallback()` is called: ``` Uncaught TypeError: this.hass is undefined _getPictureUrl refreshable-picture-card.js:139 _getTimestampedUrl refreshable-picture-card.js:144 connectedCallback refreshable-picture-card.js:62 connectedCallback scoped-custom-element-registry.js:248...

Any plans for arm64 slice?

xthal_set_intenable(0) be there otherwise many incoming bytes are lost making it completely non-functional!

Version 3.5.2 installed from F-Droid. Samsung Galaxy S21 5G international, android 14. After holding the Scan icon on the main screen to enter purchase mode, a field appears to enter...

bug

Fixes the following uint8 overflow when loading Himawari hrit data distributed by EumetCast: ``` Traceback (most recent call last): File "/Work/meteo/satpy-tests/./test5.py", line 18, in scn = Scene(filenames=filenames, reader='ahi_hrit') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

bug
component:readers

EUMETCast distributes global METOP AVHRR data bz2-compressed (example `AVHR_xxx_1B_M01_20241113130103Z_20241113130403Z_N_O_20241113133530Z.bz2`). This commit adds decompression support by reusing already-tested `unzip_context` helper function.