Adam Gordon

Results 3 issues of Adam Gordon

An example route { "path": "/task/:id", "page": "./task", "chunk": "main", "data": { "task": "GET http://example.com/api/task/id" } }, Will take a url `/task/1234` and make a request to `http://example.com/api/task/1234` But an...

Another type of cascading similar to (#86) is the tilling style provided by window managers like bspwm / xmonad. ![xmonad](https://thumbs.gfycat.com/SparseObeseGalapagosmockingbird-size_restricted.gif)

Type: Enhancement

Current build did not publish the images correctly to dockerhub for arm platforms. Changes allow using the same tag for more platforms Also update to the latest version of go...