Alex Guinman
Alex Guinman
Great project. When I tried to follow the getting started instructions I ran into some errors when running `jekyll serve`. Haven't used jekyll before but eventually worked once i changed...
The `before_sleep_log` messages shows the amount of seconds until retry to 15 decimal places. The [`after_log`](https://github.com/jd/tenacity/blob/99e7482e8b027f0521315e0f7830a0badae5c561/tenacity/after.py#L31) function rounds the number of seconds to 3 decimals. The [`before_sleep_log`](https://github.com/jd/tenacity/blob/99e7482e8b027f0521315e0f7830a0badae5c561/tenacity/before_sleep.py#L31) function should do...
When creating a new table, it would be good to have an option to set unique columns similar to how not_null is set. ```python from sqlite_utils import Database columns =...
Resolves issue [#432](https://github.com/jd/tenacity/issues/432)