Results 199 issues of Sylvia van Os

These are purely UI changes. We can just fire off multiple *Requests, which will also neatly make use of multithreading.

enhancement
Hacktoberfest

It should be possible to change the theming without restarting. Research is needed on how to best do this. Info very welcome.

enhancement
help wanted
Hacktoberfest

This already works on Linux and macOS, but Windows currently doesn't support the way this is done. Will need fixing at some point. The problem is specifically around https://github.com/Pext/Pext/blob/a1b5a013f5fe8aba3d188bcaccbc7f21ef0aee02/pext/__main__.py#L2636-L2640 and...

bug
help wanted
Hacktoberfest
windows

Notifications are sent through the logger class by calling showMessage on the system tray: https://github.com/Pext/Pext/blob/7c3815004b1c89d8f49bf1e2ce055a37f75dbbb7/pext/__main__.py#L306-L307 Yet somehow they are never shown on macOS, while they do work on Windows and...

bug
help wanted
Hacktoberfest
macOS

Should probably delete all the old files first.

bug
help wanted
Hacktoberfest
windows

After installing, it'd be nice if a "Launch Pext" option was available. Should probably be an easy change to .appveyor.yml for those who know basic NSIS.

enhancement
Hacktoberfest
good first issue
windows

Probably a Wayland issue. ``` Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pext/__main__.py", line 62, in from pynput import keyboard File "/usr/lib/python3.6/site-packages/pynput/__init__.py", line 40, in from . import keyboard File "/usr/lib/python3.6/site-packages/pynput/keyboard/__init__.py",...

bug
help wanted
linux
upstream

Would be nice to support this: https://developer.apple.com/design/human-interface-guidelines/macos/touch-bar/touch-bar-overview/. Sadly, I have no experience with PyObjC.

help wanted
macOS

Carrying Pext with you everywhere could be nice. This should probably be implemented with a --portable and --no-portable flag, making --portable save everything in a subdirectory of where the Pext...

enhancement
help wanted
good first issue
windows

The hacks done in https://github.com/Pext/Pext/commit/e01bf77009f21d9ec8f6461c4c870432551909a9 improved Qt WebGL streaming to the point it renders at all, but there are still very obvious graphical issues, along with random crashes. To test...

bug
help wanted