Leopold Haller
Leopold Haller
I've got a PR that adds collision probability. https://github.com/beasteers/randomname/pull/16
Quick ping on this pull request.
By the way, I really appreciate the work that went into this. `wrapt` has been invaluable for building [enact](https://github.com/agentic-ai/enact). We use it for wrapping python code to perform automatic telemetry...
It's not the behavior that I expected, since I assumed that a decorator such as `passthrough` would not change the semantics of the function it wraps. My use case is...