Lawrence Carvalho
Lawrence Carvalho
The issue I am seeing is that `pubsubc` fails to create topics + subscriptions when the container starts up, and when this happens I can just see `Operation timed out`...
**Is your feature request related to a problem? Please describe.** I have a Helm chart that contains an event bus, an event source and a couple of sensors. When I...
**Is your feature request related to a problem? Please describe.** Using the `argoWorkflow` trigger template is a much nicer way to integrate with Argo Workflows than by using a HTTP...
# Summary The [docs](https://github.com/argoproj/argo-workflows/blob/master/docs/walk-through/output-parameters.md) seem to suggest that only `script` steps will automatically capture `stdout` into the `result` output parameter. I did some testing and this doesn't seem to be...
# Summary When using webhooks to trigger refreshes, git servers running using [Git Daemon](https://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon) should be supported. # Motivation My use case is for automated tests. In my tests I...
# Summary Add support for Pub/Sub as a notifications service. # Motivation We use Pub/Sub heavily for other things, there are resiliency benefits using a Google managed service like Pub/Sub....
When using k8s container mode and adding a sidecar to the hook template we consistently get the following workflow error: ``` Run '/home/runner/k8s/index.js' Warning: Skipping image override: image can't be...
This was originally raised on the old repo: https://github.com/src-d/go-git/issues/847 but I couldn't find it raised here. My situation is that I am using a distroless base image when building my...
In Scala 3 it is possible to use `_` for type lambda placeholders by setting the `-Ykind-projector:underscores` compiler flag. When this is enabled `_` can no longer be used for...
We have proto files in `src/test/protobuf` which doesn't seem to be supported out of the box. To get it to work I've had to copy paste some settings from https://github.com/typelevel/fs2-grpc/blob/90fe82c78470f74ea49981701ff8dfb736792412/plugin/src/main/scala/fs2/grpc/codegen/Fs2GrpcPlugin.scala#L103....