Ramon Smits

Results 162 comments of Ramon Smits

> changing the existing one would require ensuring that all downstream serializers (as well as ServiceControl, ServicePulse, and ServiceInsight) are ready to understand and parse this new format. but... could...

A community project already exists which partially supports this for some packages: https://github.com/mauroservienti/Mattox.NServiceBus

@bh3605 What view is this in application insights? As you can see in the following sample there is activity name information set in the activities: - https://docs.particular.net/samples/open-telemetry/jaeger/ We have a...

Thanks @bh3605 for that information. I'm not familiar with that screen. It seems we are providing the operation name so a little research seems needed to understand how that data...

So, people are showing positive emojis but no response/triage from GitHub. Any chance this will be added? I understand not all ansi commands can be supported but coloring should be...

Is maybe https://github.com/github-linguist/linguist a better repo?

This isn't working for me either. I created the following runner request: - https://github.com/actions/runner-images/issues/10716 For me the issue is the `TARGETARCH` arg is not set by old versions. The was...

Comb guid is used with SQL storage in mind as this is 'clustered index friendly' as records can then be appended at last data page. I wondered why we have...

I see we do the same for the saga ID : https://github.com/Particular/NServiceBus/blob/develop/src/NServiceBus.Core/Sagas/SagaPersistenceBehavior.cs#L266 Although that probably makes more sense for SQL it probably doesn't have any effect on Raven or on...

@danielmarbach Don't know if it makes sense from an control message perspective as those are our own messagas but yes I should have referenced the extendable options instead: https://github.com/Particular/NServiceBus/blob/master/src/NServiceBus.Core/Extensibility/ExtendableOptions.cs#L17 Updated...