Thomas Wana

Results 5 issues of Thomas Wana

Hello, I'm not quite sure if this is a bug or if I'm missing something essential. We're trying to drive a non-trivial canvas and experience lockups when fetching the result...

Status: Confirmed ✔
Component: Canvas
Status: Has Testcase ✔
Issue Type: Bug Report
Component: Redis Results Backend

Say I have an existing terrain directory which was generated using ctb-tile and a few source DEMs. How can I cover more area with ctb-tile by adding the information from...

Is it possible to change the sort order of an album? It seems as if the album is sorted from oldest to youngest photo, which makes selecting a recent photo...

Currently, it doesn't seem to be possible to provision new machines with GPUs on Google Compute Engine. On the `gcloud` command line, this switch would add a GPU to the...

Tested against openwrt-19.07: ``` #!/usr/bin/python3 from ubus import Ubus ubus = Ubus('192.168.0.1') ubus['session']['login'](username='root', password='xxx') ``` Result: ``` Traceback (most recent call last): File "main.py", line 6, in ubus['session']['login'](username='root', password='xxx') File...