Yuri Ivanov

Results 154 comments of Yuri Ivanov

`Skia` is the engine for the `Flutter` framework. Does this mean that `Kivy` will run on this engine in the future?

@Julian-O No, in Kivy, the string `"...dp"` is automatically converted to the number `dp(400)`. This does not apply to the problem :) ```python number = NumericProperty("20dp") ``` This is valid...

@ElliotGarbus Most likely, this is a bug. Or this behavior is very not obvious. For example: ```python from kivy.app import App from kivy.lang import Builder KV = ''' Screen: BoxLayout:...

The issue is deprecated due to the new API of the KivyMD library 2.0.0 version

The PR is deprecated due to the new API of the KivyMD library 2.0.0 version

We can check these PR - https://github.com/kivy/kivy/pull/8056 - that have not yet been merged into the Kivy master branch. If this is merged and it works well, then we can...

@mp-007 I'll try to watch it on the weekend.

I tested the [PR](https://github.com/kivy/kivy/pull/8056) - and it works. Now I'm refactoring `ElevationBehavior` class according to the changes in this PR. And while this PR has not yet been merged, you...

@PythonLaboratory `requirements = git+https://github.com/DexerBR/kivy.git@boxshadow_instruction, https://github.com/kivymd/KivyMD/archive/master.zip`

@ > @HeaTTheatR, thanks, i will try I haven't made any changes to the KivyMD master branch yet. It will be done in two or three hours.