PiNotEqual3

Results 4 comments of PiNotEqual3
trafficstars

This fix did not work for me out of the box. I added @Judokus fix in `pyntlm.py`: `rules = ''.join(req.get_options()['Require'])` and in apache config for my page I added the...

I can confirm this. I have ``` # python -V Python 2.6 ``` and master branch got me ``` PYNTLM: Error when retrieving Type 2 message from server (ldap://my.server.net/DC=stuff,DC=org) =...

I had the same problem with more pages. Solved it by looking at [forks](https://github.com/antonyt/InfiniteViewPager/network). Found akhoi90 two commits with getRealCurrentItem() and setRealCurrentItem(): https://github.com/khoi-nguyen-2359/InfiniteViewPager/commit/a4bf46a8f4340bef3e4f44e558ff8f2c169884ad https://github.com/khoi-nguyen-2359/InfiniteViewPager/commit/3ca4abc65405d6c4ee95dbab447d401ef4eaacd4 If I use those it works...

Snackbar undo would be nice but a real undo is complicated. You have to store the old state. I believe most of the time you only need one direction to...