Robin Hack

Results 22 comments of Robin Hack

Hello. It seems like rabbit hole is way more deeper than libheif on macOS. `dyld_info ./mac_czkawka_gui` returns: ``` /usr/local/opt/libheif/lib/libheif.1.dylib /usr/local/opt/glib/lib/libgobject-2.0.0.dylib /usr/local/opt/gtk4/lib/libgtk-4.1.dylib /usr/local/opt/pango/lib/libpangocairo-1.0.0.dylib /usr/local/opt/pango/lib/libpango-1.0.0.dylib /usr/local/opt/harfbuzz/lib/libharfbuzz.0.dylib /usr/local/opt/gdk-pixbuf/lib/libgdk_pixbuf-2.0.0.dylib /usr/local/opt/cairo/lib/libcairo-gobject.2.dylib /usr/local/opt/cairo/lib/libcairo.2.dylib /usr/local/opt/graphene/lib/libgraphene-1.0.0.dylib /usr/local/opt/glib/lib/libgio-2.0.0.dylib /usr/local/opt/glib/lib/libglib-2.0.0.dylib...

Fast workaround should be: `% install_name_tool -change /usr/local/opt/libheif/lib/libheif.1.dylib /opt/local/lib/libheif.1.dylib ./mac_czkawka_cli` in my case (I'm using macports). Before change: ``` % dyld_info ./mac_czkawka_cli | grep libheif /usr/local/opt/libheif/lib/libheif.1.dylib ``` After change: ```...

Hello. Great :). Feel free to close my PR. Thanks.

Hi. Interesting. My zigbee network is totally down after upgrade to 2024.1.0. I opened discussion here: https://community.home-assistant.io/t/after-upgrade-to-2024-1-0-zigbee-is-gone-with-failed-to-send-request-failed-to-enqueue-message-after-3-attempts-emberstatus-no-buffers-24/666757/

Naive bug against zigpy is here: https://github.com/zigpy/zigpy/issues/1315

Update to 2024.1.1 doesn't help :(.

2024.1.2 seems to have same issue :(. NO_BUFFERS.

Hello. I'm still encountering this issue on Nextcloud 27.1.4.

Hello. I removed all CONFIG_ (which I set because then my zigbee net is stable enough), restarted HA, enabled debug logs and then reloaded ZHA. Where I can upload debug...

Hello. I enabled XT keyboard and PS/2 mice support. You can find it here (sorry for zipped file of already bzipped kernel image, but github is github :)): [bzImage.zip](https://github.com/marmolak/gray386linux/files/15153141/bzImage.zip) Also...