Sebastian Stehle

Results 240 comments of Sebastian Stehle

Another question is where you make the decision what to push to a subscription. I would say, in a typical application, only a very small subset of all events are...

I am working on a small system for my personal needs: https://github.com/SebastianStehle/graphql-ext/tree/main/GraphQLExample/Subscriptions It is just the abstraction yet, but the idea is to make subscription evaluation on the node where...

Hi, great results so far. But would it not be better to use a graph library where we have more control over the UI behavior and can add things like...

I have worked with this one: https://github.com/visjs/vis-network

> The open PR builds something unique to orleans but the same information can be derived from open telemetry with a much lower overhead cost. Yes, could be. I think...

We just have to introduce a second delegate I think.

Yes, but if you introduce another parameter it would be a breaking change, isn't it?

Sorry, I thought you talk about the formatter delegate. I should have read it more carefully. I think right now we aggregate the method calls per Grain+Method. If we also...

I have the same opinion. It is a great feature for debugging but not very useful for production as you only get the stream from one random node anyway. But...