Francesco Banconi

Results 41 comments of Francesco Banconi

Sorry for not responding for such a long time. It's true, I stopped maintaining the application and failing at communicating that. Thanks a lot to the authors ofd the fork,...

Suggestions and opinions are welcome!

Hi Bertrand, thanks for your analysis and suggestions. I agree, history.js seems to be the better approach to this problem. IIUC, we should use replaceState for Twitter-style pagination and pushState...

It must be possible to define settings like: ENDLESS_PAGINATION = { 'myconfig': { 'per_page': 10, 'first_page': 5, 'page_template': 'path/to/template.html', ... } } And then, in the template: {% paginate objects...

nose2-cov seems broken. See https://bitbucket.org/memedough/nose2-cov/issue/1/statements-executed-on-import-are-not

See https://github.com/jbalogh/django-nose/pull/108

See http://code.google.com/p/selenium/issues/detail?id=2139

This is tricky as it is not easy to figure out when the full definition is actually useful and when it's just noise. In my experience elisions in test outputs...

This is interesting, thanks for the input! I think it's still worth keeping Mkdir, Defer and Done for now, as they are useful when having to test a code base...

Ok this is now released as `v1.11.0`.