community
community copied to clipboard
Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS
Trailing whitespace is forbidden in source code for this project (implemented as part of the PEP8 checks), however the documentation source files contained trailing whitespace. It seemed appropriate to remove...
Currently vertical scrolling is limited to one line per scroll, and does not have an exposed option to control it. This PR allows you to scroll more than one line...
This PR is intended to solve some common problems of the `rounded_rectangle` used with Line/SmoothLine: - Improve segment control to avoid unwanted shapes if any corner radius = 0 or...
While reading through the pong tutorial documentation I noticed that the notes mentioning where one can find the source code for the examples (at the top and the bottom of...
**Software Versions** * Python: (kivy_venv) D:\githubs\kivy\kivy_venv\share\kivy-examples\3Drendering>python --version Python 3.7.0 * OS: win10 * Kivy: 1.11.1 * Kivy installation method: python -m pip install kivy==1.11.1 **Describe the bug** "OverflowError: value too...
Implement TextInputSpinner Seperates SpinnerBehavior from Spinner and moves it into uix/behaviors. Adds TextInputSpinner, a spinner based on SpinnerBehavior with a TextInput instead of a Button. This allows the user to...
Maintainer merge checklist * [x] Title is descriptive/clear for inclusion in release notes. * [x] Applied a `Component: xxx` label. * [ ] Applied the `api-deprecation` or `api-break` label. *...
First thing First a humble salute to all the contributors of such a nice Python module. You guys and gals are simply awesome. I started learning about this module recently...
### Versions * Python: 3.5.2 * OS: Windows 10 Home Insider Preview Build 16257 * Kivy: 1.10.0 * Kivy installation method: pip install as noted here (https://kivy.org/docs/installation/installation-windows.html) ### Description Attempting...
**Software Versions** * Python: 3.9.2 * OS: Pi Os Lite Bullseye with no Desktop Environment * Kivy: 2.1.0 * Kivy installation method: pip **Describe the bug** If I try to...