Mirko Galimberti

Results 339 comments of Mirko Galimberti
trafficstars

Hi @kengoon ! PEP8 tests are failing, can you take care of it?

> @misl6 I would like to know if there's a way I can automate this test locally on my machine before I commit? See: https://github.com/kivy/kivy/blob/15f1db0394f85386c35c3e61e9be2ca1270efdc5/.github/workflows/test_ubuntu_python.yml#L17-L20

Hi @kengoon , This is a friendly ping, how it's going with this task?

Tests looks unhappy, can you take care of it? ``` ________________________ ImageTestCase.test_keep_data _________________________ self = def test_keep_data(self): root = self.root texture = root.texture self.assertEqual(root._image._data[0].data, None) > i1 = self.cls(self.image, keep_data=True)...

When referring to the "core provider", we're talking about an abstraction that uses one of the available implementations to achieve the result. So, we can have both, but certainly, most...

Hi @Valinor , I moved the task to "In progress", and I've seen @Julian-O already assigned the issue to you ❤️ Removing `compat.py`, `PY2`, and any other Python 2 compatibility...

Hi @kanavin , This one could be related: https://github.com/kivy/kivy/pull/8415 Can you please confirm your clang version?

> @misl6 If the intention is to maintain support for the existing (undocumented) behavior and **only that**, an approach similar to this could be used. What do you think? >...