Niko Föhr
Niko Föhr
### spectrometer and system information ### - model: FLAME-T (recognized as USB4000). Host Interface: FLAME-T 4.00.4, FPGA: 4.05.6. - operating system: Win10 64bit - python version: 3.7.7 32-bit - python-seabreeze...
## Setup I am using the following packages: ``` "bootstrap": "^4.0.0-alpha.6", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "reactstrap": "^4.8.0", ``` I am importing the bootstrap css in the entry point (index.jsx) by...
Would it be somehow possible to keep the host system awake from a Jupyter Notebook which is running on a server?
Add a CONTRIBUTING.md or a page in the documentation which explains how to contribute to wakepy.
### Background: State diagram *The current understanding of the Windows sleep & lock states diagram.* - **require sign-in**: setting "Require sign-in when PC wakes up from sleep" is set -...
Wakepy current is said to support windows and linux. But how about WSL? Does it work currently, and if not, what method should be used on WSL?
It is currently (v.0.8.0dev) possible to quit the wakepy CLI app with Ctrl+C. That is the instructed way (raises KeyboardInterrupt). Also these seem to quit wakepy - Ctrl + Z...
As mentioned on https://github.com/fohrloop/wakepy/issues/60, there is a bug in the old implementation ([wakepy/_deprecated/_windows.py](https://github.com/fohrloop/wakepy/blob/v0.7.2/wakepy/_deprecated/_windows.py)). Since the SetThreadExecutionState changes "execution state" of _current thread_ to either 1. Prevent display power management 2....
Wakepy has one dependency on linux: jeepney, which provides dbus support. There are yet no D-Bus free methods on linux, but there is a ticket (https://github.com/fohrloop/wakepy/issues/64) for searching for such...
It would be nice to have non-DBus based on methods available on GNOME. This would make D-Bus (and the python package jeepney) an optional dependency on GNOME. Task: - Search...