Peter Hunt

Results 33 issues of Peter Hunt

- [x] I have searched open and closed issues for duplicates. Related: https://github.com/duplicati/duplicati/issues/843 ---------------------------------------- ## Environment info - **Duplicati version**: 2.0.5.1_beta_2020-01-18 - **Operating system**: Window 10 - **Backend**: Local storage...

I looked around to see if it was possible to run 2 screensavers at once on different screens and found a program called Actual Multiple Monitors (I'm wanting Electric Sheep...

A user interface will need to be designed and coded at some point. Ideally it'll have some visual elements as well as information on how the script is running. Some...

in progress
feature

Just came across this error after a crash: ``` Traceback (most recent call last): File "D:\Peter\Documents\Github\MouseTracks\core\track\background.py", line 357, in background_process record_mouse_move(store, received_data['MouseMove']) File "D:\Peter\Documents\Github\MouseTracks\core\track\background.py", line 688, in record_mouse_move store['Data']['Resolution'][resolution]['Tracks'][y][x] =...

bug

The ability to preview different profiles would be a lot faster and memory efficient if the metadata contained a pre-rendered small image. To keep filesize down, a config option should...

ux

If a window name check contains a wildcard (so regex is used) and a question mark, then regex will throw an exception for an invalid expression. It's assuming the question...

bug

The code exists to mark inactivity (to disable saving), but it could be adapted to track the time active/inactive, so it doesn't affect the overall track time, but gives more...

in progress
enhancement

As the code to track different types of maps only contains a few minor differences, it would be possible to allow user defined ones. The main issue would be how...

feature

After trying out [zroya](https://github.com/malja/zroya), it appears it's very similar to the current tray icon code, but has an unintentional side effect of loading a tray icon anyway. If I can...

windows
on hold
enhancement

Generating an image for the last session was initially added because the tracks actually contained all the necessary information and it was a surprisingly easy tweak. At a later date,...

optimization
opinions wanted