Olivier Le Moign
Olivier Le Moign
I can't answer for the maintainer but there were a lot of commits in October. :) I'm using this strategy in production, so I'm interested in giving you a hand...
I can confirm the fix works for me too. Bootstrap 3.4.1 / Jquery 3.6.0 / Select2 4.0.13. @PaolaRuby I'm not sure you understood @evanslyke31 's question. Did you test if...
Sorry @AlexHill, but your PR does not fix #451 (there's still no event fired before caching in popstate events).
Hello @AlexHill. `cachePush` is not the only function caching the container, `cachePop` does as well. So on a popstate event (back/forward), you still can't act on the current container before...
@msabramo Can you please merge this or give the rights to somebody to do it?
For what it's worth: https://github.com/parsys-telemedicine/requests-unixsocket (diff is only the [fix](https://github.com/msabramo/requests-unixsocket/compare/master...parsys-telemedicine:requests-unixsocket:master)) https://pypi.org/project/parsys-requests-unixsocket/
The version check is super easy to fix. But there are multiple other problems. The CSS has changed so orderable colums cannot be resized as well as the aoColumns API...
@mislav Actually, using `pjax:beforeSend` will handle `pjax()` calls but not handling popstate events means it can't really be used. In my project (where I use dataTables, with the same needs...
I'm faced with the inverse situation: my ```packages=``` and ```MANIFEST.in``` are well defined, with exactly the files I want included in my wheel. There are files within the package that...
I get the same behavior if, instead of specifying packages, I try to ```find``` then ```exclude``` the unwanted packages. :cry: