Vinogradov Daniil
Vinogradov Daniil
Test [this one](https://github.com/XITRIX/Moonlight-Switch/actions/runs/7995709226), please
I cannot understand what you are doing to reproduce it. Could you please make a video or describe in details what exactly I should do to reproduce it? https://github.com/XITRIX/Moonlight-Switch/assets/9553519/bbb3c7d8-f1ce-4df9-9ea8-6bb3c605c99c
It should not move your mouse at all, it should work as a touch screen. Are you using ... GeForce Exp?? UP. Anyway, you are using or GeExp or old...
@zulfishah, you could check my brunch with visionOS support [here](https://github.com/XITRIX/OpenSSL/tree/visionos)
On the first glance tailscale looks like close source enterprise solution which is barely possible to implement into open source homebrew app. If you'll find any good open source alternative,...
That was an idea to implement, right now there is no such option, if you connect same device with another IP, it override the previous one
Ok, I've replaced self contained code with repo, cause I have no idea how to fit everything there
It has to be Hashable to use it with DiffableDataSource whom is responsible to create cell's view and animate it's insert\delete\move, and BehaviorRelay is responsible for cell's content. Also, it's...
I don't want allow DiffableDataSource to compare model's values cause I don't want it to be responsible for updating cell's content (I want to put this responsibility onto RX), I...
If you'll check the screen at the moment breakpoint triggers you'll see that collection presents cell's with it's default values. Because DispatchQueue.isMain says false scheduleInternal delays calling action(state) with self.mainQueue.async