ln-12
ln-12
So it is needed to include the Mega SDK? What about https://github.com/meganz/MEGAcmd? It can run on Linux, so maybe it could also locally run as a gateway on Android?
I am experiencing the exact same issue. Using a Pixel 6 (non Pro, Android 13 Beta 4), I get the following messages running `sudo /usr/libexec/bluetooth/bluetoothd -d -n` alongside [cputemp](https://github.com/Douglas6/cputemp) when...
I finally got it working, but only with an external USB bluetooth dongle. I had a random one lying around, plugged it in, disabled the integrated bluetooth adapter using `sudo...
> > I finally got it working, but only with an external USB bluetooth dongle. I had a random one lying around, plugged it in, disabled the integrated bluetooth adapter...
Hey @bubenheimer, have you found a workaround yet? I have a similar issue when navigating back from another screen. The map is destroyed when I navigate away and reconstructed when...
Hey @jrconlin, are the compose files ready to be tested? I am not sure ybout the state as the readme still [metions](https://github.com/mozilla-services/syncstorage-rs#running-via-docker) the old sdk.
Thanks for the instructions. I had to figure out the dependencies on macOS: * I had to point the rust compiler to my openssl installation: `OPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@3/` * After that, linking...
I am getting the same error. I figured out that v0.0.14 works fine, but from v0.0.15 it breaks, so it is probably related to #95 Running on Windows 10 and...
Yep, #95 states that the fix is for Blender > 2.92, so I installed 2.93 LTS and it works now. So either user the plugin v0.0.14 or upgrade Blender.
Thanks for your detailed reply. I had the same thoughts regarding `You would still have to use the assign(to:) function to assign the values to a @Published property`. But that...