Sean Farrow

Results 128 comments of Sean Farrow

I'm just starting to work on this now. We can use the current activities root id if it is set for the corelation id, but I was wondering What property...

OK, I'll start work on this in the next few days. This may take a bit of time, as I'm dealing with a death in the family. I'll open a...

It’s something I’m hoping to pick up again the next week or so. Thanks, Sean. From: Jeremy D. Miller ***@***.***> Sent: Friday, March 22, 2024 1:46 PM To: JasperFx/marten ***@***.***>...

@jeremydmiller I'll open a PR early with the connection lifetime stuff in the next few days. I'm then away for the next week, so will pick this back up around...

@jeremydmiller I am just looking at the document session listener piece of this, for both appending the number of each event type processed, the number of total events and the...

Does it not get restored from NuGet? I’ll take a look at the master branch tomorrow to see what is going on. From: Tom Stein Sent: 01 September 2020 23:27...

The PwnedPasswordsClient constructor takes in an HttpClient and calls it’s GetAsync method to determine whether the passed in password has been pwned. It does not by itself handle retries, so...

Yep, that’s a good shout, I’ll do this when I get a spare half hour, probably in the next few weeks. From: Tom Stein Sent: 03 September 2020 22:49 To:...

Hi, Three issues/concerns: Firstly we are not respecting the rate limit on the api, I would use: https://github.com/stefanprodan/AspNetCoreRateLimit and am happy to do this if you want? Secondly, I'm just...

This looks good. if the option to support padding is set, should we ensure the MinimumFrequencyToConsiderPwned is at least 1? In fact it feels like we should not allow 0...