mapix
mapix
@bgreen-litl pls review - Add `factor` decorator to control sleep time unit. ``` >>> x = backoff.on_exception(backoff.fibo, Exception, max_tries=4, jitter=None)(t) >>> x() Backing off t() 1.0s (Exception: a) Backing off...
- Added `state` parameter to `du.callback` support more state supplies such as token or current session - Added usage example for it Ref: https://github.com/fohrloop/dash-uploader/issues/104
Example case: - Implementing idpHint login options to allow for better control of idp preferences. - Providing an in-place logout function for a more seamless user experience. I have already...
For better code quality, it's advisable to fix the tests before merging this PR: - [ ] https://github.com/fohrloop/dash-uploader/pull/136 Also, ensure that development dependencies remain consistent with the release environment: -...