Raymond Berg
Raymond Berg
Highlighting [a good workaround](https://github.com/concourse/concourse/issues/610#issuecomment-372461674) from @emcniece on #618: > I made a deploy job that pushes the badges to an S3 bucket as a workaround 😅 Also +1 this feature
Biggest use-case, even without automated sync: I work on a team with a few builds, and on-boarding folks to the team is much more complicated without the ability to share...
Adding some custom CSS in your configuration is a decent workaround for this in the short-term. Example: ```yaml # mkdocs.yml # ... your config extra_css: - some.css ``` ```css #...
Phone is useful for reaching out to presenters in emergencies.
I'm actually not sure what release means now :D
PR welcome!
Won't have time to look at the code for a bit, but I wanted to call out that this is quite a wonderful PR (description and demo). A great model...
You are fine to update this PR anytime you want, no worries there. But do whatever your workflow requires. I added the label for in progress. Remove that when you...
For future hopeful config users. `logging.config.fromConfig()` cannot build a formatter with renamed fields. The config file only supports a few very standard positional args including `format`. https://github.com/python/cpython/blob/da397194832c4b8db8446af42919d8ad47b3cb4a/Lib/logging/config.py#L119 ```python for form...
I love this; we're running into the same problem but with redirects. Would be great to get this resolved.