Results 49 issues of SiegeLord

Version: 0.13 I've been trying to use attic for my backups for the past few weeks. The backups are relatively large (a few hundred GB) and are done from an...

The API uses Paths, but we convert to UTF8 before sending to gnuplot. - Need to investigate what gnuplot actually supports (probably it just passes it to C directly, but...

E.g. points with varying size/color etc. The most logical way to do it would be how we did the `boxes_with_size`, but it'll get unwieldy without default/keyword args. Alternatively, `Color` and...

See https://www.allegro.cc/forums/thread/618023. I could reproduce it, but *only* if I used `raspi-config` to disable the OpenGL desktop driver (otherwise I got a 'device already in use' error).

See https://www.allegro.cc/forums/thread/615967

OSX

The `hat_mapping` might be off by 1, and it's also very weird how it always sends two events per press.

See complaints here https://www.allegro.cc/forums/thread/618454. We explicitly support windows DPI scaling, but perhaps we missed a spot with window placement.

Steps to reproduce: 1. Open up ex_menu 2. Right click 3. Click away from the menu 4. Right click again Currently at step (4) nothing happens, and there's log spam:...

It should say something about those being deliberately skipped.

In D3D9 quality levels do not map to number of samples of taken. Right now, Allegro user requests a certain number of samples, but the code selects the quality close...