Gabriel Pettier

Results 156 comments of Gabriel Pettier

in the checks that are displayed under this conversation, there are a few that are failing, if you click on the details of the pep8 one, you can see the...

I'm actually quite enthusiastic about this idea, I've had cases where i wrapped all the Labels in a GridLayout each into a BoxLayout or FloatLayout, just to be able to...

Also, if you can think of a way this could be unittested, that would be awesome.

Not bad! but a couple feedback, in no particular order - don't leave trailing spaces at the end of lines - you probably want to make the TextInputs `multiline: False`...

Hello, did yout try with `precise=True` ?it'll be a bit slower to seek since it has to fast forward from the last keyframe to the frame you ask, but it...

I wonder if it's not a confusion about the effect of x.multiply(y) (instead of y.multiply(x)) ``` >>> from kivy.graphics.transformation import Matrix >>> mat_tf = Matrix().translate(-5,-5,0).rotate(3.14159/4,0,0,1) >>> >>> mat_tx = Matrix().translate(-5,-5,0)...