Moritz
Moritz
Hey @rickcasson Thanks for creating the PR, I really appreciate your work. I'm currently trying to use your PR for my own project. I want to use it on my...
If I am checking `Permission.bluetooth` it fails with "Bluetooth permission missing in manifest". If I am instead checking `Permission.bluetoothScan` it is granted but the connection fails because it lacks `android.permission.BLUETOOTH`....
``did it for me 🚀 (just this line in my own Manifest, not 2 lines)
I just changed the following in the train.py: ```python model = tf.keras.Model(input_tensor, output_tensors) #Already existing line model.load_weights('./yolov3') #This is the new line ``` I don't know this for certain, but...
> > I just changed the following in the train.py: > > ```python > > model = tf.keras.Model(input_tensor, output_tensors) #Already existing line > > model.load_weights('./yolov3') #This is the new line...
I have tried out adding `"esModuleInterop": true` (mentioned [on StackOverflow](https://stackoverflow.com/questions/61524130/typescript-babel-import-causing-1-default-is-not-a-function)) but it doesn't work either. Losing types by using `require("...")` is not really an option in my opinion.
I just installed SpectaQL on a project of mine and GitHub's dependabot went crazy when I pushed it. So yeah... it would be really great to upgrade some dependencies (the...
Well nvm my earlier comment - after reading #303 I understand the problem better
I know this is an old issue, but anyway: slidecontrol can probably not connect to the server because it just isn't running anymore. If you want to use it you...
Hey there, what's the status with this pull request? I just looked for this issue and this looks like a really nice change. Any way I can support you with...