Results 5 issues of Zylaroth

**Bug Description** When making a request to the ChatBase provider API in Python, the `captchaCode` parameter suddenly stopped functioning correctly. Instead of receiving the expected response, the API returns `b'{"message":"Failed...

bug
stale

When the screen expands sharply, the MDFabBottomAppBarButton widget goes out of frame. I have read that it is a FloatLayout, but when expanded a little (adding size), the widget does...

Type: Bug

### Description of the Bug The size of the elements does not have time to be set, and adaptive_size severely kills performance. ### Code and Logs ```python import asynckivy from...

### Description of the Bug The _set_padding_title method in the MDTopAppBar class does not work correctly when on_text is triggered. ### Code and Logs ```python from kivymd.app import MDApp from...

Type: Bug

### Description of the Bug pos_hint: {"center_x": .5} doesn't work ### Code and Logs ```python from kivymd.app import MDApp from kivy.lang import Builder kv = """ MDScreen: md_bg_color: self.theme_cls.secondaryContainerColor MDTopAppBar:...

Type: Bug