Mirko Galimberti
Mirko Galimberti
Hi @Sahil-pixel, Soon we will start adding the Skia renderer for text, and this will also allow us to have a lottie animation widget (maybe in garden?)
Closing this issue as Google only provides support for `x86_64` on `Linux), making the `RaspberryPi` unusable as a build tool. Hopefully, in the future, `aarch64` will take a lead also...
This issue has been closed because there has been no response to our request for more information from the original author. With only the information that is currently in the...
Hi @Zerus97, I've assigned the issue to you, please ping us when your PR is ready for a review. Thank you!
Hi @Zerus97 ! The best way is to search for `.. deprecated::` into code 😀
Deprecations yet to be removed: - `VideoPlayer.play` https://github.com/kivy/kivy/blob/7e9affd6f21a15ded862f621e605d35f2cc83be5/kivy/uix/videoplayer.py#L347 - `Video.play` https://github.com/kivy/kivy/blob/7e9affd6f21a15ded862f621e605d35f2cc83be5/kivy/uix/video.py#L86 - `TextInput.padding_x` https://github.com/kivy/kivy/blob/7e9affd6f21a15ded862f621e605d35f2cc83be5/kivy/uix/textinput.py#L3325 - `TextInput.padding_y` https://github.com/kivy/kivy/blob/7e9affd6f21a15ded862f621e605d35f2cc83be5/kivy/uix/textinput.py#L3341 - `FileChooser.file_encodings` https://github.com/kivy/kivy/blob/7e9affd6f21a15ded862f621e605d35f2cc83be5/kivy/uix/filechooser.py#L486 - `KVLang Templates`: ⚠️ We may break some guides and...
How about https://kivy.org/doc/stable/api-kivy.uix.behaviors.html#kivy.uix.behaviors.FocusBehavior.keyboard_mode ? ```kv TextInput: keyboard_mode: 'managed' ``` Cause here, you're actually requesting the keyboard on your own, (and you expect to receive events even outside of the`TextInput`) #8292...
As pointed out by @glaubitz in #8746 , the same issue is happening on GCC 14. (Issue title updated)
> Is this issue up for grab? Id like to contribute to this! Yes. Is still available. (And I now assigned it to you) Thank you!
I'm considering @bharathan06 not available anymore to take care of it, the issue is now in 3.0.0 roadmap and free to pick.