Royce Remer

Results 5 comments of Royce Remer

See my comment in https://github.com/godarklight/DarkMultiPlayer/pull/361 regarding @citruspress's implementation

Will be using this library soon and can document a few flows. You want me to put some markdown in src/site and configure the maven-site-plugin against github pages, or how...

See my comment in https://github.com/godarklight/DarkMultiPlayer/pull/361 regarding @citruspress's implementation

Hey @harryzcy are you actively working on this PR to sync pull request data from github->gitea, or are you looking for someone to pick up the torch? My company is...

I can confirm that https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/477/files works with the included example like: ```yaml apiVersion: secrets-store.csi.x-k8s.io/v1 kind: SecretProviderClass metadata: name: app-secrets-with-extract-key spec: provider: gcp parameters: secrets: | - resourceName: "projects/${PROJECT_NUMBER}/secrets/testsecret/versions/latest" path: "good1.txt"...