Jeroen Op 't Eynde
Jeroen Op 't Eynde
I was stuck on this problem too, the symptom is running the `epd_7in5_test.py` program and getting stuck on `e-Paper busy`. For me it turned out to be a hardware problem,...
A working endpoints.json can be found here: https://raw.githubusercontent.com/aws/aws-sdk-net/master/sdk/src/Core/endpoints.json I've dropped it right in the site-packages/boto. I've tried to get it to work with the `BOTO_ENDPOINTS` variable but no dice.
Woha, nice project, the proof-of-concept looks promising already. Looking forward to see it evolve. We have not discussed about harboring new similar projects, but I'm open to the idea.
Would you mind working out a PR to merge changes/additions to the generator rather than hosting a separate generator?
There are a few more not mentioned above: - pagerduty.service_key_file - pagerduty.routing_key_file - pushover.user_key_file - pushover.token_file
I don't have a preference, I did an attempt once by looking for upstream supported versions, but smallish projects often do not have a definition for that. Feel free to...
ref for search to pick up on this issue: The Go jsonnet version has the flag `-c` or `--create-output-dirs` to accomplish this.
I'm not opossed to it, most if not all use cases of looping over environments can be covered by `tk env list --json` imo. Is there a request or specific...
Only suggestion I can come up with: Maybe if we just replace `--names` with something like `--identifiers` to make it clear that it is not only representing the name.
I can remember a few discussions about yaml.v2/v3 but I can't recall what implications that may have. @sh0rez might have more context.