Michel Sabchuk

Results 11 issues of Michel Sabchuk

Hi @shtalinberg My approach to apply pagination need I call the template tag twice. Even if I call it once, if I'm using AjaxListView, I still need to define paginate_by...

Use tox instead travis directly to let someone to run tests in the same way travis would do.

Hi @clemfromspace I'm using the `wait_time` and `wait_until` to wait for a page to be rendered but, sometimes, the page renders a way I'm not expecting. If I don't use...

Hi @clemfromspace I migrated the requirements files to setup.py and adjusted the tests to be run through `python setup.py test` (even in travis). I've also updated both test requirements versions...

Hi @clemfromspace I implemented the necessary steps to meet the issue #58. There wasn't any test of the wait_time and wait_until usage, so I added one. I decided to always...

Hi @clemfromspace I'm trying to install scrapy-selenium using the *setup.py* file (to enjoy the possibility of use a remote selenium operation), but it fails if I have pip version greater...

## Environment: - `tailwindcss-classnames` version: 3.0.2 and up ## Current Behavior Up to version 3.0.1, and as documented, the bundle size is small, 370B minified and gzipped, but after 3.0.2,...

bug

Consider the following snippet: ```python image_width = models.PositiveIntegerField() image_height = models.PositiveIntegerField() image = ThumbnailerImageField( width_field="image_width", height_field="image_height", resize_source={"size": (100, 100)}, ) ``` When I save an instance of the model with...

Hi, As I started talking in the issue #5, it would be great to be able to configure the cache_key encryptation algorythm and the page version. This way I can...