qmk_compiler icon indicating copy to clipboard operation
qmk_compiler copied to clipboard

The worker process that pulls keymap jobs from the queue and compiles them

Results 4 qmk_compiler issues
Sort by recently updated
recently updated
newest added

- Set default S3 URL to None for boto, so the library can construct the URL from the region, thereby allowing intra-VPC S3 access to work instead of always relying...

add license file to the repo. Would love to take this up as part of hacktoberfest!

A number of the tests hit AWS resources - these could be easily mocked using the moto library and would make testing easier overall.

The keymaps endpoint (e.g. `https://api.qmk.fm/v1/keyboards/1upkeyboards/1up60hse/keymaps/default`) shows some lack of congruence. The key `keyboard_name`, inside `keymaps`, should be probably called `keyboard_folder` instead. Thank you. ![screenshot](https://user-images.githubusercontent.com/5305723/53700012-648d3f80-3dee-11e9-8c68-32c4e10fc9d5.png) ... ![screenshot2](https://user-images.githubusercontent.com/5305723/53700014-6951f380-3dee-11e9-85a4-52b1a50832a0.png) This change (if it...