Daniel Gerlag

Results 18 issues of Daniel Gerlag

**Describe the bug** When using the `ImplActorClientStub` method, only functions that are public, ie. start with a capital letter in Go are recognized... however, I have an actor server written...

bug

The `ActorStateManager.tryGetState` method returns an array with the first element being a bool if the state exists and the second being the value if it does. This seems to be...

enhancement
breaking-change
pinned

It seems the to use the JS SDK for actors, the client invoking a remote actor needs a copy of the implementation code in order to register the actor... drilling...

needs-team-attention

Add helper methods to propagate trace headers from an incoming invoke request or pub sub message to an outgoing invocation or pub sub message.

enhancement
good first issue
hacktoberfest

## Ask your question here It's not clear from any of the docs or examples, how you can try to retrieve state, and detect if it doesn't exist or differentiate...

documentation
good first issue

**What content needs to be created or modified?** Quote from the doc: > There are no helper methods exposed in Dapr SDKs to propagate and retrieve trace context. You need...

content/missing-information

Hi, I am unable to map any ports, I always get this error ``` MappingException: Error 729: ConflictWithOtherMechanisms ```

## In what area(s)? > /area runtime > /area operator > /area placement > /area docs > /area test-and-release > /area injector /area scheduler > /area sentry ## What version...

kind/bug
P0