Piotr Dobrowolski
Piotr Dobrowolski
Well, dirty hack for that is: ``` py social._state = social.init_app(app, WhateverDatastoreYouImagine(...)) ``` Oh, and, btw, it's properly fixed in #70
`wheel` event is the event you are looking for for scrollwheel capture. 
2. I am not sure if the library supports it OOTB, however it should be fairly easy to extend it to support this (since its designed to take in arbitrary...
Scroll and middle click on webOS app side are only supported in latest development, and, iiuc, are *not* supported at all on windows service side.
IMO somewhat correct solution for this is replacing `/dev/sd*` with proper `/dev/disk/by-id/...` symlinks. This in fact should be solvable by passing [a (seemingly) undocumented `--device by-id` option](https://github.com/smartmontools/smartmontools/blob/65707ca59285a4b2350fb5b30293398f17e868bd/smartmontools/os_linux.cpp#L3093-L3094) to `smartctl --scan`:...
One fairly simple workaround for this (and a **correct** solution if *some* application you want to run doesn't implement Windows service protocol) would be using something like [`nssm`](https://nssm.cc/).
Indeed, sadly PyInstaller builds are a nightmare on Linux. I tried using staticx but failed miserably. Maybe migrating to appimage/snap or some other similar technology might be a good idea,...
AFAIR, it should be possible to just copy over https://... link into version select box: https://github.com/opendata-stuttgart/airrohr-firmware-flasher/blob/master/airrohr-flasher.py#L212-L223
This has been implemented since the first published version, and has been tested/used on Linux systems. (and AFAIR worked on Windows as well) What platform are you using? Example: https://d.inf.re/b/ffc776f1e74faa0ca4f50842e37ec567.webm...
Current `master` branch seems to work for me on Linux with this link. `Work in progress` error shows up only if you press `Upload` button when the firmware is already...