Erhannis
Erhannis
Fyi, this fails for eg [[Double]], because Double doesn't get deserialized to an NSDictionary. Until something's fixed/changed, y'all, you can use some form of the following in the decodeConverter, taken...
For what it's worth, I'm having similar problems. I'm running the sender and receiver on the same computer. I've also tried against the Android app. I believe the only success...
Ok, so I DID just manage to get a message from the phone to the computer. I turned down the volume on my phone and the mic on the computer...
Ah - one problem is that aplay and arecord don't play at the correct samplerates, I think. A little more investigation to follow.
I dunno. :/ In increments, I've turned the symbol length up by a factor of 20, decreased the frequency to 6e2, increased the sample rate to 32e3, left Npoints at...
I may be able to make a demo view later, but the actual view in question is company code, so I unfortunately cannot provide the code. In any case, I...
Here's a minimal example demonstrating the problem: ``` import SwiftUI struct ContentView: View { @EnvironmentObject var eo: EnvObj var body: some View { ModalPresenter { ModalLink(destination: Text("Modal")) { Text("Button") }...
Thanks! I'll try that next time it comes up. On Mon, Jan 20, 2020 at 11:50 PM Denis wrote: > @Erhannis thanks for the example. I'm able > to reproduce...
I've encountered a similar problem, but with bluetooth AND location. After duplicating the `BLUETOOTH` permission, I got an error "No permissions found in manifest for: []3", which number, looking at...
Same here. Here's some other similar tickets; seems like Mac has been difficult to maintain. https://github.com/sarxos/webcam-capture/issues/808 https://github.com/sarxos/webcam-capture/issues/766 https://github.com/sarxos/webcam-capture/issues/757 https://github.com/sarxos/webcam-capture/issues/723 Though actually, it looks like the final post in #757 (...