guyzmo
guyzmo
what's blocking from implementing this (besides having enough free time to code ;) ) About the comments from @Astalaseven, there are a few things that are fuzzy: > e.make_recurrent(each_week) #...
ok, I started an implementation (still too dirty to be pushed anywhere), and actually the really painful thing is the `BY*` rules!
Yup, I actually wrote that as I was playing with the "stable pypi" version of the module, then when I started working on the other PR, I found out about...
> In tests with betamax you have to provide session instance as dependency injection to external SDKs by manually monkey-patching them. or you can patch those external SDKs to actually...
> So the problem is that Betamax replaces the original cassettes. There's no parameter we can provide that would warn someone that they're making a call to a generator or...
I can do that, though please point me out which file and where you want the section to be included (basically a `file#line` github URL).
fixed the pep8 and made it `--shared`.
i'm not gonna be around much more today, so feel free to make changes to the PR for inclusion 😉
ok, done! Changing the makefile was useless (I tried that at first) because the make method doesn't care of what's happening in the makefile, so I ended up patching the...
I'm reaching this issue as I also started to think that buildout needs a bit of refreshment. The whole python community is going towards usage of virtualenv+wheels, and though I...