Vinogradov Daniil

Results 7 issues of 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.

enhancement
api design

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 ![image](https://user-images.githubusercontent.com/9553519/108228530-ffa09080-714f-11eb-809c-043ad58cde89.png)...

bug

**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...