Chris St. Pierre
Chris St. Pierre
Consider a git repo that contains two namespaced packages, `my.first.library` and `my.second.library`, with a single *shared* `.isort.cfg`: ``` root .git/ .isort.cfg my_first_library/ my/ first/ library/ __init__.py my_second_library/ my/ second/ library/...
Any chance a new release could be cut? The new `-assumeRole` option would be super useful to us. Additionally, the latest release is 1.2 but the latest tag in the...
The provider does not appear to create the `vagrant-private-dhcp` network for instances with a `private_network` interface. ### Steps to reproduce 1. `vagrant up` with a private network specified in the...
The "Role Variables" section in the README is missing underscores after `openldap_server` in every variable. The examples below it are correct.
A pattern I've found useful in the past is to store multiple data as JSON within a single secret. For instance, if an integration requires a username and password, store...
Reverts temporalio/temporal#8750 This turned out to be unnecessary; we already have a separate ruleset for release branches, so we can just make this status required in that ruleset. Usually Github...