Nils Lattek

Results 5 comments of Nils Lattek

Any update on this?

Full SwiftUI support would be awesome. Apple is really pushing SwiftUI.

Right now there are two ways implemented to scan for bridges: SSDPScanner which searches inside the local network and NUPNPScanner which makes a REST call to the Hue-cloud to receive...

As a workaround: I guess you could just remove the delegate and dealloc the object. It would still run in the background until the internal timeout is finished and then...

The problem is that we cannot observe our database using livedata, because we are not working with LiveData in the UseCase layer. (for good reasons) This contradicts with what Google...