Diego Martin
Diego Martin
I am using YamlDotNet to deserialize a yml file into a custom object. For certain strings I'd like to append some prefix on the result. For example, my custom class...
The language detection is not deterministic. The same text is correctly found to be Spanish sometimes and Portuguese some other times. Is this expected? Sample: ``` public class CatalystLanguageDetector :...
Hi, this is a great project but I'm afraid some things don't work. I modifying `launchSettings.json` for Kestrel and setting a path in the `applicationUrl` there is an exception ```...
**Is your feature request related to a problem? Please describe.** Event Stores are immutable. There are several techniques to protect sensitive information. Crypto Shredding is the process of encrypting sensitive...
NodeJS: 18 mongodb-memory-server-*: 9.0.1 mongodb(the binary version): ? mongodb(the js package): 6.1.0 system: Linux / Docker package: mongo-memory-server ## What is your question? I wonder if there is any mongodb-memory-server...
Feature request to include some value that only increases so that it can be used as an int. ## Context Some systems, like Google Play Store for Android apps, have...
### Problem There is no one-node replica set support for testcontainers-dotnet but the java version seems to have something. However, by looking at the java code I have some doubts...
## No examples on how to use Autofac in AspNet Core (DotNet Core 3.1+) web applications that run in Service Fabric The repo at https://github.com/autofac/Examples/tree/master/src/ServiceFabricDemo/AutofacServiceFabricDemo hasn't been updated in 3...
This library looks great, thanks. I am following the playground example. I am using a Duende Identity Server OIDC provider and I have adapted the sample to make it work....