Vinogradov Daniil
Vinogradov Daniil
I'm in progress of creating recycler view. I've changed the behaviour of detached views a bit. If previously they were fully detached from parent's coordinate system, now they still attached...
I've made a basic touch-event system, hope it could be useful.
I'd like to make a horizontal ScrollView, but there is the weird behaviour when I put ScrollView inside another one. You can reproduce it by adding this into demo/components.xml ...
**Short description of the issue**: `MainScheduler`'s `DispatchQueue.isMain` contains `false` on binding to `BehaviorRelay` in context of `UICollectionViewDiffableDataSource`'s cellForRow function, which leads to UI blink with old data for a moment...
**Please provide the following information** libtorrent version (or branch): RC_2_0 platform/architecture: iOS/visionOS arm64 compiler and compiler version: xCode 15.1 beta (15C5028h) please describe what symptom you see, what you would...
To be able to use [MDNS lib](https://github.com/mjansson/mdns) I had to add header for ipv6 address structure
Hi! I am working on iOS version of this library. I've already done with all basic stuff like pairing and key sending, which was implemented in [louis49](https://github.com/louis49/androidtv-remote)'s JS lib, and...
**Please provide the following information** libtorrent version (or branch): 2.0.10 and RC_2_0 platform/architecture: iOS/arm64 (should be the same for any platform) compiler and compiler version: xCode 15 / 16Beta I...
Issue: In Moonlight-Switch app I could have 5 tabs with Hosts, on Tab's screen opening, it starts host status check by async CURL request. If I need to open 5th...
Take a note that I added some c++20 specific code, so I've updated c++17 to 20 as well. I didn't add any public access to replaceScreenshotWithGuideButton property, because I believe...