community icon indicating copy to clipboard operation
community copied to clipboard

Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS

Results 371 community issues
Sort by recently updated
recently updated
newest added

**Software Versions** * Python: 3.9.5 * OS: Windows 11 (10.0.22000) * Kivy: 2.1.0 * Kivy installation method: pip **Describe the bug** It might be related to https://github.com/kivy/kivy/issues/7899. Setting a big...

The KV language has a clockwise rotation handedness in the angle_start and angle_end of Ellipse, while the kivy.vector.Vector.rotate() function has a counter-clockwise rotation handedness: The KV language sample is clockwise:...

`rang` must accept an argument of the `int` type. `MTL` class must return `dict` not `NoneType`

When I use Farsi or Arabic, it displays multi-line text from bottom to top. I face this problem when I use a large number of Persian texts. This problem does...

The reason is that `on_open` only runs when opening animation completes, which can take some time if `_anim_duration` parameter is high. Such a behavior seems counterintuitive, it's expected that `on_open`...

Component: Widgets

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. *...

Component: core-providers

`on_scroll_move` isn't triggered with mouse wheel e.g. in `scrollview.py`: ``` def on_scroll_move(self, touch): print self.scroll_y ... ``` then `on_scroll_stop` isn't triggered when `scroll_y == 0` and `scroll_y == 1`, again...

### Versions * Python: 2.7.13 * OS: Android * Kivy: 1.10.0 * Kivy installation method: ```bash USE_OSX_FRAMEWORKS=0 pip install -I --no-cache-dir --no-binary all kivy ``` ### Description [3Drendering example](https://github.com/kivy/kivy/tree/master/examples/3Drendering) works...

**Software Versions** * Python: 3.10.4 * OS: Windows 11 * Kivy: 2.1.0 * Kivy installation method: Pycharm (pip?) * PyCharm 2021.3.2 (Community Edition) **Describe the bug** Even the most basic...

**Software Versions** * Python: 3.10.4 * OS: Windows 10 Pro N 21H2 * Kivy: 2.1.0 * Kivy installation method: pip **Describe the bug** On **CodeInput** class (kivy\uix\codeinput.py) the **background_color** value...