Andreas Axelsson
Andreas Axelsson
I'm not a maintainer, only a fan of the project. It was mostly a suggestion to ensure your changes were in fact working, as an encouragement to @ybainier to consider...
Since the pytest-bdd-ng work is not being considered, how's progress on the local attempts?
I like the idea of bundling working hooks, with optional install.
Have you considered just using s3cmd for the S3 version? It's almost equivalent to rsync, but for s3. I've got a first test in my fork. I initially started playing...
What you would do is to register a factory that returns the pointer initialized the way you want it to be using `builder.registerInstanceFactory`. There's an example on the wiki: https://github.com/ybainier/Hypodermic/wiki/Registering-components#register-a-factory
I see what you're getting at. I imagine it would be possible to add something like a `.withDeleter(x)` when registering a type. That feels like the best fit to the...
Actually, I looked back at the logic for resolving arguments automatically, and you'd have to provide both the deleter, and allocator, or a method that does both, so just `.withDeleter`...
It does retry, by default 3 times, but offers no API for retrying until an overall timeout. It's not really mentioned in the proposal either. The delay between retries is...
I believe it's only the API version that has been modified, the spec of the resource is otherwise the same. Traefik supports both the old and new version since v2.10.x...