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

**Is your feature request related to a problem? Please describe.** In PyQt/PySide, a signal/slot mechanism exists which allows developers to execute callbacks in other already-running threads. For example, if an...

Code of camera example [](https://github.com/kivy/kivy/blob/master/examples/camera/main.py) may leave unnecessary padding around image captured from camera, when Camera widget is used in another context (more specifically, when widget size is not equal...

**Software Versions** * Python: * * OS: macOS / iOS * Kivy: master * Kivy installation method: source **Describe the bug** `AVFoundation` camera provider uses `devicesWithMediaType ` which has been...

Platform: OSX
Platform: IOS
Status: Confirmed
Priority: Medium

**Software Versions** * Python: 3.8 * OS: Android 9 * Kivy: master * Kivy installation method: python-for-android develop with kivy==master **Describe the bug** Keyboard suggestions for TextInput do not work...

Priority: High

Unicode codepoints above 65535 are truncated with pygame and sdl2 text providers (but not pil). For example, U+1F3A8 is rendered as U+F3A8, and U+102FB is rendered as U+02FB. This happens...

Status: Needs-analysis
Status: Confirmed

Hi, @tito , @Zen-CODE , I'd like to report a vulnerability issue in **kivy_2.1.0**. ### Dependency Graph between Python and Shared Libraries ![image](https://user-images.githubusercontent.com/101270230/160412825-6a6319ba-bcf6-401c-b322-9a03e7824e48.png) ### Issue Description As shown in the...

**Software Versions** * Python: 3.10.4 * OS: Ubuntu 21.10 * Kivy: v2.1.0 * Kivy installation method: Linux Pip + pyenv + poetry **Describe the bug** When I run the app...

**Software Versions** * Python: v3.8.9 * OS: Android v8.1.0 (on a MOTO G5 phone) * Kivy: v2.1.0 * Kivy installation method: ?? **Describe the bug** I just know that my...

Ellipse parameters `angle_start` and `angle_end` are now called as `float` in docs instead of `int` This is effectively a typo fix, see the `cdef` definitions directly below these changes: ```cpython...

**The Problem** ![output](https://user-images.githubusercontent.com/2900578/84451754-3aaf0380-ac54-11ea-9e24-4b9189fd38b3.gif) As seen above during the transitions the background suddenly becomes white. **What have I tried?** - set background color for both Screens - set clearcolor for ScreenManager...