Shaun
Shaun
Fantastic library! Any chance you can add a Typescript definition file to the package? I can submit a PR for the following if it looks good to you: ```ts /***...
[`Spec.proto`](https://github.com/cloudevents/spec/blob/c856ea11fc8a2dafba3a502838ced5b53d9f8721/spec.proto#L16) uses a go package name of `cloudevents.io/genproto/v1`, but this URL does not contain the go vanity meta tags, which causes go to produce errors like: > cannot find module...
**Is your feature request related to a problem? Please describe.** When debugging issues that involve large numbers of goroutines, VSCode will output `Too many goroutines, only loaded 1024`. It would...
## Expected Behavior When Temporal accepts a client connection it should be in a fully operable state. ## Actual Behavior On initial startup (using https://github.com/temporalio/temporal/blob/master/docker/docker-compose.yml), Temporal accepts connections from clients,...
I had left this comment in #106, but figured it was worth asking more directly... > I find it very strange that named tasks will always Exists once added to...
Per the Go docs for `sync/atomic` at https://pkg.go.dev/sync/atomic#pkg-note-BUG: > On ARM, 386, and 32-bit MIPS, it is the caller's responsibility to arrange for 64-bit alignment of 64-bit words accessed atomically....
When a Task is regsistered where the Handler has input parameters that are `interface` types, queue entries constructed via `myTask.WithArgs(nil)` will cause a panic when `fnArgs` in `handler.go` tries to...