-
Hi i'm trying to invoke RPC in a state via unregistered client in go sdk
```
//RPC Definition
func (w MyWorkflow) Notification(ctx iwf.WorkflowContext, input iwf.Object, persistence iwf.Persisten…
-
library/golang:1.23
-
Hi Anton,
About the Golang streaming client, [here](https://github.com/antonputra/tutorials/blob/218/lessons/218/client/rstreams/producer.go#L32), you used the default settings.
Default settings …
-
@lilic's [PR](https://github.com/prometheus/client_golang/pull/1650/files) inspired me to look at our examples, and we might improve those a bit 🤗
I am missing examples around:
* Defining basic …
-
version: pinpoint v1.4.2, plugin/sarama v1.4.1
I use asyncProducer tracing of the sarama plugin.
When large messages produce, panic occurs intermittently.
Has this case ever been mentioned?
I…
-
{
"platform":"",
"hub-mirror": [
"docker.io/library/golang:1.22",
"docker.io/library/golang:1.23",
"gcr.io/distroless/static:nonroot"
]
}
-
Build a Visualizer for linked list data structures.
Can create single, doubly, and circular single linked list.
Can visualize data structures in terminal
Can use factory pattern to create visualizer,…
-
I have a templ block defined like this:
```
templ test(teststring string) {
console.log({ "the value of teststring is " + teststring });
}
```
However this does not wor…
-
Hello 😊
Any plan to support Golang with SST v3?
CC @thdxr
-
Hello,
For my project, I need to connect as a client with my Golang app. Is it possible to add a golang client implementation ?
Thank you !