Jon Bates

Results 7 comments of Jon Bates

It isn't supported I'm afraid - I didn't have time and forgot (there are a few ways to represent a dictionary in xml and couldn't be bothered to implement them...

Just for completeness, If anyone wants to import a dictionary, it is possible to use the `CustomBindingStrategyAttribute`, and implement a `IBindingStrategy` that parses your specific shape of elements into a...

The code I write in my day-to-day has never called for strongnames. Hey; its open source; feel free to fork or PR in the future :) (Sorry for the late...

Funnily enough, I don't have access to rerun the failed zuul build https://app.circleci.com/pipelines/github/opentracing-contrib/java-specialagent/156/workflows/2978540c-6f37-4b12-a0c8-a26b70f474e1/jobs/3969

@areicher I fixed this issue from a functional perspective [here](https://github.com/SQLStreamStore/SQLStreamStore/pull/122) just one thing to bear in mind - when we started getting gaps, this implementation's performance bombed. While it's safe,...

> In SQL Server at least you may be able to handle the uncommitted (2nd case) by using a sp_applock per sequence number as it is a reader/writer lock, you...

Hmm. That seems like a reasonable idea. Mine bombed because it treated gaps due to rollback the same as gaps due to in-flight transactions. One interesting thing is that there...