helarsen

Results 7 comments of helarsen

Installing under Raspbian/python3.4 I get this error/warning: > sudo python3 -m pip install oosheet > Downloading/unpacking oosheet > Downloading oosheet-1.2.tar.gz > Running setup.py (path:/tmp/pip-build-s6xy19qz/oosheet/setup.py) egg_info for package oosheet > Installing...

No reason to bother with the memory leak issue if the subsequent PR (returning of all video devices) is accepted as it completely replaces find_cameras.exe I used it partly as...

ahh I see there is already a related pull request https://github.com/angristan/wireguard-install/pull/270#issue-988388929. What are the prospects of merging this? The suggested addition above seems to work on raspberry pi (debian) although...

I would extend my suggestion: - `schedule.once().at('HH:MM:SS').do(any_job)` -> first coming time instance HH:MM:SS, which may be up to 24h away from now. - `schedule.once().at(':MM:SS').do(any_job)` -> first coming time instance :MM:SS,...

Sorry, I miss your point here: > in regards to when the first coming invocation should be; Could we just keep the scheduling system as is and cancel the job...

> Could we just keep the scheduling system as is and cancel the job after the first invocation? Yes > Is there a need to re-define when the the 'next'...

> so we can just re-use the current next-run calculations Yes the main difference to `every()` is that the scheduler should somehow ensure it only runs one time. Note that...