Jeffrey Martin
Jeffrey Martin
This looks to occur when an exception occurs and the `backoff` decorator intercepts, the generator instance is trying to be embedded in the exception being passed back to the primary...
Agreed, I will incorporate tests in my solution to add some mulitprocessing validation for each of the supported backoff exceptions and for HTTP error code responses.
Thank you for the submission, closing in favor of #817
@leondz would this provide any useful information to the user? The current behavior is based on a user interaction with the terminal to exit the process. The stack trace at...
@zazer0, the current implementation for the probe is mostly complete, a plan for configurable prompts will likely be worked on after #602. The primary reason this is still in draft...
Consider using the [XDG specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html).
As a note this kind of `customization` of the generator feels like something that should be standardized as config options that can be passed via the `-G` options similar to...
Link #554
I think from a generic point of view, we could have a the `Configurable` functionality in `generators/base.py` as a `dict` and provide validation of parameters in the class before consuming...
This is a quirk of how `git` does the checkout process, the workaround suggested is a short term solution. Will give some thought to how this can be better detected...