Martín Volpe

Results 55 issues of Martín Volpe

Look at this simple example and notice the waiting times does not increase as expected: ``` In [23]: def backoff_hdlr(details): ...: print ("Backing off {wait:0.1f} seconds afters {tries} tries "...

#### What's this PR do? #### Any background context you want to provide? The stripe version should be updated with every release. #### What ticket or issue # does this...

Original

#### Issue Summary A short summary of the issue pixax-stripe uses `stripe>=2.0` as dependency, as defined [here](https://github.com/pinax/pinax-stripe/blob/06c2ec80d97ee456e781c3cfbfa71149f828af22/setup.py#L91). This causes that deployments of the code without changing dependencies could break because...

Hello, I saw in the [docs](http://django-user-accounts.readthedocs.io/en/latest/usage.html#customizing-the-sign-up-process) this Snippet: ``` python @receiver(post_save, sender=User) def handle_user_save(sender, instance, created, **kwargs): if created: UserProfile.objects.create(user=instance) ``` But it never mentions what a UserProfile object should...

### Description _A few sentences describing the overall effects and goals of the pull request's commits. What is the current behavior, and what is the updated/expected behavior with this PR?_...

Give our current epic to [decentalize the oracles](https://forum.celo.org/t/decentralized-oracles/3610), we need a way to pay the operators in a monthly basis. We need an script to deploy ReleaseGold for each for...

### Description _A few sentences describing the overall effects and goals of the pull request's commits. What is the current behavior, and what is the updated/expected behavior with this PR?_...

### Expected Behavior Baklava had an issue getting quorum for proposals, this fixes that. ### Current Behavior Baklava is stuck in CR8

If i take the [demo](http://i.imgur.com/JGYRfPR.png) and I try to apply a `width` to `.container-fluid` so it doesn't use the whole screen, the sidebar and the main content overlap. How can...