Daniel Gerlag

Results 17 issues of Daniel Gerlag

- Version info - Block height Also, ability to request blocks by height, would improve fork detection speed

enhancement

When generating an operation with paging, it mostly works well, except the `byPage` method that is generated does not pass the settings parameter down as defined on the `PagedAsyncIterableIterator` interface....

bug
v6

Add a feature to load workflow definitions from a `json` file instead of defining them in code.

enhancement

**What content needs to be created or modified?** The doc currently states that you only need to add annotations to a Kubernetes Pod schema. I found that most things work...

content/missing-information

How do I subscribe to a topic where I only know the pubsub name or topic name at runtime? The [Topic] attribute only accepts constants, and cannot be populated with...

Is there any end to end example of taking an upstream trace, adding to it and then calling a downstream service with a new traceparent?

good first issue
triage:accepted

**Describe the bug** I have an actor host written in Javascript, and an actor client trying to invoke the actor, written in Go. When I invoke a method from the...

bug