SoCuul
SoCuul
+1 this would be super nice for fluidity in moving stuff around
> Drag and drop is now available in [Linkwarden 2.12](https://github.com/linkwarden/linkwarden/releases/tag/v2.12.0), thanks to [@khanguyen74](https://github.com/khanguyen74)! Can this issue be closed in that case?
> Switching from RTF to HTML mode fixes it But that doesnt render in the thumbnail anymore
Should be fixed in the last few versions of Hazy. Feel free to let me know if it isn't, and I'll take another look.
@zelon88 do you think this could potentially be merged?
@trufae in [/src/Iaito.pro](https://github.com/radareorg/iaito/blob/master/src/Iaito.pro) you're hardcoding the library paths to `/usr/local` which is extremely problematic, as libraries are installed to `/opt/homebrew` on apple silicon machines. This makes it essentially impossible to...
I would say, in every case where `/usr/local` is hardcoded, it should check for the existence of `/usr/local` and `/opt/homebrew` and pick the "better" option based on the current architecture,...
Yeah, that would probably be the best solution. Search through multiple paths (usrlocalbin/opthomebrew) and find the best one (or use one explicitly provided by the user).
I agree with @tanis2000. A possible workaround is to symlink each binary to /usr/local/lib, but that's not a reasonable solution for most users. A good 90% of macOS developers will...
I'm having the same issue. I can confirm it's to do with something in this integration rather than the `midea-local` module, as I connected to my dehumidifier just fine with...