Erik Pragt
Erik Pragt
Hi @asolntsev , how about getting rid of the COWMap? I just did a performance test with Spring Boot native, and I did about 300.000 requests, and in my "production"...
@kingthorin I believe the idea is that it has some benefits regarding performance, but at the cost that the library no longer works reliably.
Yes, that's why it's recommended to use https://github.com/datafaker-net/datafaker, which has zero vulnerabilities (we even fixed the Snakeyml one)
I'm not sure about this really. On one side it's nice to keep it all aligned, on the other hand, it's quite a breaking change, and would need to be...
@asolntsev I'm a big fan of consistency, and I also have to check the source code every time for what it's doing, since I never really know if the documentation,...
I like it. Seems pretty expressive. There's also Kotlin Range: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/, which could be used as inspiration.
Hi @eitan-rosenberg , thanks for your report! Do you have a minimal example of how to reproduce this issue? We had a similar issue in the past, and I was...
Thanks for sharing the moduleTest. I can see the error, I'm currently trying to understand what caused this regression.
I'm happy either way, I'm frankly unsure if that maven plugin even does anything? Happy to get rid of it and have a hardcoded file in the repo!
Should this do it? https://github.com/datafaker-net/datafaker/pull/1291 Update: seems it doesn't. Anyone tips?