Chris Adams
Chris Adams
I ended up slogging through this a bit and ended up with something similar to @manugupt1's [example](https://github.com/aws/containers-roadmap/issues/938#issuecomment-868096035) except converted to pull a container from our internal ECR (which is allowed)...
> Hey there, I'm from the Fargate team. Apologies for the confusion on this issue. The below is an example of how to configure bind mounts owned by non-root users...
(Pardon the mess: I would have tied this into #13 but Github's API is returning 500s or 422s for a `hub pull-request`)
I agree with @thewishy — there's great documentation for Putty-CAC from the U.S. GSA: https://piv.idmanagement.gov/engineering/ssh/#ssh-using-putty-cac The Mac process is also much simpler since Sierra was released in 2016: https://support.apple.com/en-us/HT208372 covers...
Is there a good way to get debug logs for this? I found this comment because I noticed that about half of the time when I share a story it...
Here's a use-case for variable access: I need to work around https://github.com/hashicorp/terraform/issues/516 / https://support.hashicorp.com/hc/en-us/requests/19325 to avoid Terraform leaking the database master password into the state file. Note for Hashicorp staff:...
For anyone else hitting this, adding `PRETTIER_LEGACY_CLI=1 ` to our global CI environment was an effective fix.
I think the logic on this change is reasonable but it could be better communicated since it was a breaking change in a minor point release and the message "Raise...
> > an explicit opt-in "enable" feature checkbox ... important for a legal compliance perspective > > Didn't consider that, thanks for mentioning it. I wanted to second this request:...
Can someone contribute a working example for a perceived problem? pysolr doesn't do type-conversion at all: the [search method](https://github.com/django-haystack/pysolr/blob/6137c10be44cedeee387834242d9dbe26a0197f1/pysolr.py#L830) passes the values through to [safe_urlencode](https://github.com/django-haystack/pysolr/blob/6137c10be44cedeee387834242d9dbe26a0197f1/pysolr.py#L477) which on Python 3 [calls...