aktxyz
aktxyz
Cool, I was able to achieve this by updating the rest-client.css file to contain ``` code .line { display: inline-block; position: relative; padding-left: calc(2ch + 20px ); white-space: pre; //
was about to open a suggestion for this very same file based common header idea ! this would really be great, I have headers I want on every request for...
+1 for hot reload !!!
+1 for carousel and collectionview
> Yep it is there on main branch. Will be in next release. Has anyone confirmed that you can connect to a nats.io server now using blazor client in the...
maybe beef up the ArgumentVerifier with some more scenarios? ArgumentVerifier.ThrowIfNullOrEmpty(pubsubName, nameof(pubsubName));
+1 thank goodness for things like github and open discussion on issues !
I actually have this working with out too many changes ... that said I am sure the implementation is not up proper standards, missing scenarios, and certainly no tests ......
basically tuck away the reentrant header id here (before service invocation) https://github.com/dapr/dotnet-sdk/blob/01cdc89710c16712442474afea97693f22c5852b/src/Dapr.Client/DaprClientGrpc.cs#L278 ``` // aktxyz tuck away reentrant header id before service invocation if (Dapr.Actors.ActorReentrancyContextAccessor.ReentrancyContext != null) { request.Headers.TryAddWithoutValidation(Constants.ReentrancyRequestHeaderName, Dapr.Actors.ActorReentrancyContextAccessor.ReentrancyContext);...