Niko Föhr
Niko Föhr
Running ```python from wakepy import keep with keep.running(methods=["org.freedesktop.ScreenSaver"]) as m: print(m.used_method) ``` will cause an error: ``` Traceback (most recent call last): File "/home/niko/code/wakepy/src/wakepy/some_test.py", line 3, in with keep.running(methods=["org.freedesktop.ScreenSaver"]) as...
Background: The kill signals, from weakest to strongest are: - 2: SIGINT (Ctrl-C). *This creates KeyboardInterrupt Exception in python and is handled already* - 15: SIGTERM. The "clean exit" signal,...
in current 0.8.0dev version, the ActivationResult may be initiated without any arguments. ```python >>> res = ActivationResult() >>> res.success False >>> res.failure True >>> res.modename >>> res.real_success False >>> res.active_method...
### Motivation It would be nice if it would be possible to pass down keyword arguments for different Methods. Say, you have some method like this: ```python class FreedesktopScreenSaverInhibit(Method): ......
Motivation: - The current development version of wakepy 0.8.0 has very simple logic for method prioritization: Priority is the highest if the Method is the WAKEPY_FAKE_SUCCESS method, then is 1...
Tested wakepy on PyPy 7.3.11 (Python 3.9.16) and it seemed to work fine on Ubuntu. This would require a bit more testing as for example on Windows wakepy uses ctypes...
Combine Existing Components example, EditableRange(Viewer), setting .value not working as expected
#### ALL software version info - panel 1.4.4 - param 2.1.0 - CPython 3.12.2, Ubuntu 22.04 #### Description of expected behavior and the observed behavior Following the example in [Combine...
Does this tool support Windows? I'm getting: ``` (venv) PS C:\cases\wakepy> git-branch-delete √ Which branches do you want to delete? · dev, dev-docs-update, fix-readme, issue-337-inv-test-failing-coverage, issue-340-cove-coverage-not-shown-in-browser-win, issue60-windows-methods, make-tests-work-on-windows, update-dev-docs You...
There's a link to theme called "BlueIdea": > [BlueIdea](https://github.com/blueicefield/pelican-blueidea) - A theme inspired by the default theme notmyidea That theme seems to have just a README and no activity in...