Zach White
Zach White
We should have an API endpoint that spits out KLE raw code for a given keyboard/layout.
Looks like the converter is outputting center-origin coordinates rather than top-left origin coordinates. ``` ["~\n`","!\n1","@\n2","#\n3","$\n4","%\n5","^\n6","&\n7","*\n8","(\n9",")\n0","_\n-","+\n=",{w:2},"Backspace"], [{w:1.5},"Tab","Q","W","E","R","T","Y","U","I","O","P","{\n[","}\n]",{w:1.5},"|\n\\"], [{w:1.75},"Caps Lock","A","S","D","F","G","H","J","K","L",":\n;","\"\n'",{w:2.25},"Enter"], [{w:2.25},"Shift","Z","X","C","V","B","N","M","\n.","?\n/",{w:2.75},"Shift"], [{w:1.25},"Ctrl",{w:1.25},"Win",{w:1.25},"Alt",{a:7,w:6.25},"",{a:4,w:1.25},"Alt",{w:1.25},"Win",{w:1.25},"Menu",{w:1.25},"Ctrl"] ``` Incorrectly converts to: ``` { "keyboard_name": "", "manufacturer": "",...
In order to view the access log in docker we need to print it to stdout or stderr. However, the load balancer healthchecks overwhelm the log and flood all the...
## Description The API now supports building for branches other than master. To make it easier for people to test develop we should expose a new instance of configurator that...
We had an issue today where S3 decided to set the timeout for download keys to a very low or invalid value. When users encountered this error their browser page...