Nils
Nils
Same in Monterey
> https://datajar.co.uk/announcing-notifier/ Has no Bash option, is also not very recent > https://github.com/IBM/mac-ibm-notifications Can only open urls, but well maintained. > https://github.com/bartreardon/swiftDialog Has only popups? In general changing the icon...
I didn't mount the image, but still got the error. I needed the iso image to boot, so I converted it: ```shell hdiutil convert ./ubuntu-24.04-live-server-arm64.iso -format UDRW -o ./ubuntu-24.04.img mv...
It would be really interesting if it was working properly. I only managed to get the autofill part working using Apple Keychain. No matter which Authenticator App I configure for...
Can't we repurpose parts of https://github.com/AsamK/signal-cli
Did you have a chance to take a look at this? I was wondering if the encryption key you get on initial setup might be able to decrypt the data.
I already found the answer to point 1 and it’s not looking great: > After you approve access from your trusted device, you can access your data at iCloud.com for...
> Too bad. But understandable. Seems like currently distributed via Microsoft Store. But I suppose it’s an exe file…what else do you use on windows? You could ask around on...
This does not solve the problem, but might also be interesting: [iOS (lock)screen widget with flutter and swift](https://itnext.io/develop-an-ios-14-widget-in-flutter-with-swiftui-e98eaff2c606) Found it here: https://www.reddit.com/r/FlutterDev/comments/xgxh3d/ios_16_lock_screen_widgets_with_flutter/
> Or - tl;dr version: > > Change the decorator to `@utils.sync_decorator` and remove `**kwargs` from `get_state` in `controllerx/apps/controllerx/cx_core/controller.py`. > > Exclude `cx_core` in `appdaemon.yaml` as before. This does not...