Alex Rudd
Alex Rudd
Hey, For this discussion It's worth making clear the distinction between what are choices and what are unchangeable characteristics. For example: gender, gender identity and expression, age, sexual orientation, disability,...
@alwindoss @WolfgangMau I created a port of the warrant AWSSRP class to get USER_SRP_AUTH working if you're interested: https://github.com/AlexRudd/cognito-srp it's pretty basic but at least it handles all the SRP...
Hey, I did this by creating the following outputs in my terraform master: ``` output "ansible_ssh_user" { value = "core" } output "ansible_python_interpreter" { value = "PATH=/home/core/bin:$PATH python" } ```...
I've been using GitHub's markdown renderer as a reference, and this is as close as I've gotten:  I'm struggling to get the renderer to treat the List as a...
Hey, sorry for the slow responses. I had a few attempts but could never get this working satisfactorily. I think possibly a more wholistic approach to this problem might be...
Think this should be closed :)
Just hit this in a major way with some code that uses the [command pattern](https://en.wikipedia.org/wiki/Command_pattern). We have a bunch of request types that all implement an interface that includes an...
This module has not yet reached v1 and is hosted under the [`golang.org/x/`](https://pkg.go.dev/golang.org/x) path, which contains external modules that "are developed under looser compatibility requirements than the Go core." Can...
Glad to have found this! In my case it was the following OTEL env variables that triggered the issue: ```sh > env | grep OTEL_ OTEL_METRICS_EXPORTER=otlp OTEL_TRACES_EXPORTER=otlp ```
I've started seeing this error in our GitHub Actions workflows when running docker compose. It looks like the version of docker compose installed on the GitHub hosted runners was recently...