samschott

Results 22 issues of samschott

It appears that only input not accepted. The basic issue lies in `getchar`: https://github.com/bchao1/bullet/blob/75f620db198071eb2af98032c6d33804eb88503f/bullet/utils.py#L52-L55 where [string.printable](https://docs.python.org/3/library/string.html#string.printable) contains only printable ASCII characters. This leaves all people with wider utf-8 input in...

The standalone executable works when built with PyQt5 5.13.1 but crashes with a segmentation fault on startup with 5.14.0. Build command: ``` python3 -m nuitka --follow-imports --standalone --enable-plugin=qt-plugins=sensible,styles --lto main_pyqt.py...

**Why is this feature valuable to you? Does it solve a problem you're having?** Type checking of Python code can be incredibly helpful to write readable and maintainable code. **Describe...

enhancement

**Why is this feature valuable to you? Does it solve a problem you're having?** The Dropbox API and SDK cover a large range of functionality while some apps only use...

enhancement

**Is your feature request related to a problem? Please describe.** "I'm always frustrated when" an async task raises an exception, due to a programming mistake, and then is never cleaned...

enhancement

**Is your feature request related to a problem? Please describe.** Instantiating an ObjC class with rubicon-objc takes about 600 - 700 μs which is relatively slow compared to PyObjc with...

enhancement

It's probably a bit premature to start using qt6. Not many distributions carry it, so for linux at least, this effectively prevents people from updating. _Originally posted by @peterhoeg in...

**Is your feature request related to a problem? Please describe.** At the moment, Maestral can be installed on Linux either as a Python package from PyPI or as a Docker...

enhancement
Linux

**Describe the bug** Files with upper-case Cyrillic or an upper case `Σ` in the name may not be synced correctly and can result erroneous conflicting copies. This is because Dropbox...

bug
daemon

**Is your feature request related to a problem? Please describe.** Maestral currently has a native Cocoa GUI, created with the cross-platform toga toolkit. However, the Linux GUI is still built...

enhancement
gui
Linux