Yuri Ivanov

Results 23 issues of Yuri Ivanov

### Hello everyone who helps the KivyMD library to develop! If you have the desire and free time to fix bugs and introduce new functions to the KivyMD library, then...

Bounty: $50

> Unable to establish a secure connection > Attackers may try to steal your data from the 127.0.0.1 website (for example, passwords, messages, or bank card numbers). https://user-images.githubusercontent.com/16930280/112735234-b36d1b00-8f5b-11eb-8b46-a539e6d64f57.mov

### Hello everyone who helps the KivyMD library to develop! If you have the desire and free time to fix bugs and introduce new functions to the KivyMD library, then...

Bounty: $100

https://groups.google.com/forum/#!topic/kivy-users/-xcp3ovWzR8

You forgot to mention that when building, half of the users will inevitably encounter an error: ```python [INFO]: Detected highest available build tools version to be 31.0.0-rc4 [DEBUG]: -> running...

The `BoxShadow` instruction has a bug: it does not take into account the relative size of the widget. I'm going to demonstrate it now: ```python from kivy.app import App from...

**Software Versions** * Python: 3.10.10 * OS: Mac OS Somona 14.1 * Kivy: 2.2.1 **Describe the bug** I noticed a strange behavior when using the `size_hint_min_x` parameter: if the child...

Component: Widgets
Component: documentation
Type: Bug

Fix documentation of `kivymd/uix/behaviors/magic_behavior.py` module

Scope: Docs

Update the documentation for the `MDScrollView` widget.

Scope: Docs

Implement a `Carousel` widget - https://m3.material.io/components/carousel/overview. Please note that KivyMD already has a Swiper -https://github.com/kivymd/KivyMD/tree/master/kivymd/uix/swiper widget, but it is very far from the standards of material design.

Type: Enhancement