Michael Nussbaum

Results 20 comments of Michael Nussbaum

It's not a full interface but if you need a quick native pop-up HUD interface for selecting passwords on mac OS I've made one at https://github.com/mnussbaum/PassHUD

It's on the todo list!

I've just tried to make the module installable via ansible-galaxy, but I'm running into some roadblocks that I'm not sure how to solve. Specifically, after installing the module via ansible-galaxy...

The code attempts to check if a package is already installed, and if it's installed and at the most up to date version then it refrains from re-installing the package....

I'm definitely open to a PR for that if you're interested in implementing it

I'm also seeing this issue every time I run the cancellation go sample at https://github.com/temporalio/samples-go/tree/main/cancellation

Go version: ``` $ go version go version go1.17.3 linux/amd64 ``` When I run the cancellation example's `cancellation/cancel/main.go` the worker from that example starts printing these lines indefinitely: ``` 2021/11/09...

I'm running temporal locally via the latest version of https://github.com/temporalio/docker-compose, which I believe is running on 1.13.0

The temporal samples-go repo looks like it's on sdk version 1.11.0 from https://github.com/temporalio/samples-go/blob/main/go.mod#L16. Do you think the error I'm seeing from the sample's cancellation example is a different issue? ```...

This is indeed a discrepancy between the docs and the code, and the ability to do inner joins would be very helpful