Mat Gienieczko

Results 42 comments of Mat Gienieczko

I've implemented and then turned @ambiso workaround into a crate, so it can be reused: https://crates.io/crates/criterion-decimal-throughput

@bheisler If you want help, I can do a PR with what I've implemented in https://github.com/V0ldek/criterion-decimal-throughput

Just ran into a related issue. I wasn't making a record class, but a regular class with all of its properties readonly, but with `init`. That's obviously readonly for all...

@atifaziz Is this issue dead? I actually implemented this and a version with permutations only by hand and would gladly switch to a solid MoreLINQ implementation, or contribute my implementation...

Note that the `KeyVaultSecurityKey` part is not relevant. This happens if one tries to use `ValidateTokenAsync` with `JwtSecurityToken` regardless of the parameters.

> Is there a reason why you can't use the JsonWebTokenHandler? I needed to create JWT tokens, and `JwtSecurityTokenHandler` has a clear path: create `JwtSecurityToken` with claims and `SigningCredentials`, call...

BTW [the "`Memory` Safety and Threads" section](safety) starts with > Currently the wasmtime crate does not implement the wasm threads proposal, but it is planned to do so. I think...

Hey, thanks for the response :) I prefer async comms for now since it takes me quite a bit of time to formulate these points coherently - this stuff is...

What about my last suggestion? > In absence of that, it would help to include the index of the character that caused the error in textual format. In the first...