Danilo de Jesus da Silva Bellini
Danilo de Jesus da Silva Bellini
> Is it possible to access the number of retries which have occurred? If you want the overall retry count for all tasks running an `f` function, you should use...
I've created one in Brazilian Portuguese: https://github.com/danilobellini/notebooks/blob/master/2018-11-10_Axelrod/2018-11-10_Axelrod.ipynb Shall I make a PR based on it? The stuff from there I may add in a PR are: - The `Detective` and...
I hate the downvote, so I'd give "minus infinite" (or all the downvotes I'm allowed to in life, if any) to the downvoting itself...I almost forget about trying to question/answer...
Nice catch! Just amend it to make `"d"` (for double) also kept as `0.0` and that'll be merged. The commit message can be "*Fix padval type when chunk format isn't...
Do: ``` git rebase --onto HEAD~3 HEAD^ ``` with a forced push afterwards. That command will remove the 2 "back and forth" commits. For editing the last commit, you can...
I don't really understand what's going on with these commits going back and forth, but I think you want to keep `Zhibo Fu ` as your author and committer name/e-mail...
I remember that as well. =) I'm aware that would be a major enhancement for this project. As it seems, based on the link you sent, it'll need a specific...
I don't know if that's what you're looking for, but, in Linux, you can simply pipe it with `cat`: ``` dose nosetests --rednose tests.py | cat ``` I didn't test...
I think such a timer should: 1. Be near to the semaphore, in the same window (below? configurable?); 2. Be possible to show/hide it (e.g. a new item for the...
1: Configurations are "above" and "below". Making it available to the left or to the right would need a multirow representation, which can be done, but not in a first...