Max Tsyba

Results 53 issues of Max Tsyba

I get this error while trying to launch `csgo_external` file

Can someone please give me simple examples of functions mentioned in sourse code, especially fetchTweets() and sendTokenAndSecretToServer()?

I think it will be useful to have an option for smooth manual reordering, for example to move item to the bottom of list with nice animation. This is how...

It will be great if user could set custom CSS rules for the Panorama page.

It will be great to see an option for zoom in/out transition – on entering the panorama view, and when clicking on a tab, the same as in Safari: ![tab_overview](https://user-images.githubusercontent.com/37851576/162637508-bfc42ea9-7506-4a85-89fb-78cff5df28c6.gif)

I think it should be possible to use mercury-parser's logic to find separate posts on submitted URL - maybe it can have a separate mode for this kind of functionality

I know mecrury-parser is designed to display only actual article content, but I would love to have an option to render only comments in a separate view, without the need...

After one of the recent system updates I began facing the following issue: focused window sometimes jumps up by page or so, whenever I move the mouse or scroll page...

In my case video_thumbnail causes UI freezes when app fetches 20+ thumbnails simultaniously. When expecting platform code, I found these lines: https://github.com/justsoft/video_thumbnail/blob/a915b3b9ef80075ee2e0e6332e9bf5eccc7495b7/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java#L163 https://github.com/justsoft/video_thumbnail/blob/a915b3b9ef80075ee2e0e6332e9bf5eccc7495b7/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java#L183 Does this mean that video_thumbnail runs it's...

To be more precise - I want to get 'TapUpDetails' in my 'onTap()' callback, provided to `ExtendedText.rich`. ![Screenshot_20201229_222724](https://user-images.githubusercontent.com/37851576/103312228-0bf84f00-4a25-11eb-838f-075151e063e2.png) `extended_text_library-4.03/lib/src/selection/extended-text-selection.dart/CommonTextSelectionGestureDetectorBuilder` ![2020-12-29_22-24](https://user-images.githubusercontent.com/37851576/103312174-e3705500-4a24-11eb-8171-a050371c54ab.png) I saw the `ExtendedTextSelectionGestureDetectorBuilder` class in the same file, which...