Colin Arnott
Colin Arnott
Other options for support include [anonwell/pam-rs](https://github.com/anowell/pam-rs) and [rcatolino/pam_sm_rust](https://github.com/rcatolino/pam_sm_rust).
Of the two, I have decided to integrate with `rcatolino/pam_sm_rust`, since it is on `crates.io` and has more features. Let me know if there is any help I can be...
Can we get an update on this; I dislike depending on pseudo versions for so long.
While I get that `+1` messages are not productive, and I prefer emoji voting, it has been more than two years and there has been no progress. Should we consider...
I would hate to fragment the community, but if this repo is unmaintained, we may be better off rehoming it. Does anybody have a line into the maintainers?
It looks like passing the `io.Closer` into `pick` works around this issue: ```go func pick(one *error, two io.Closer) { if err := two.Close(); one != nil && *one == nil...
This is a known issue, described in #188. Note that the only file that shows up is the one without the `windows` build flag.
We are looking to use a single `Dockerfile` and need to inject credentials for local builds. Our expectation is that koniko would never need these, since it manages things internally,...