Gabriel Pettier

Results 156 comments of Gabriel Pettier

Might be a difference in neovim, check that the binding is active, looks like it's trying to paste into the buffer.

If we can have a long running python process, depending on [watchdog](https://pypi.org/project/watchdog/) or [something](https://github.com/samuelcolvin/watchfiles) like it to directly detect changes to coverage files should work. Alternatively, I think hooking on...

I agree, there are those hard coded values all over the place, either we find computations not requiering them, or we try to keep them hard coded in as few...

The CI could be configured to create releases when code is merged on `main`, or when a tag is created, and adding the artifact to the release, which would make...

you can now get builds from the circleci latest builds, in the artifact section https://circleci.com/gh/kivy/kivy-launcher latest master should work.

You are welcome to do so, open a PR when you have something :), thanks in advance!

Need to test, but that does look correct :)

> Thanks, this is my first time contributing to a public project. I'd be happy to write some unit tests. Is there a specific template you'd like me to follow?...

Good, now it just needs some reformating for pep8, and it should be good :)