Jany Koščo
Jany Koščo
Hi @croach, I added way how to use custom Loaders instead of only relying on `FixtureLoader.__subclasses__()`. Custom loaders will take precedence over the loaders provided by the library. This PR...
Hi @croach, `_datetime_parser` sometimes produce strange result so I added option to disable it for those who don't really need datetime objects. I left it enabled by default, so there...
Hi @croach, Flask-SQLAlchemy since version 2.1 require Flask 0.10. thus I updated tox definition for pre context environments.
Hi, By default `\Redis` will serialise initial value as `i:1;` and increment will silently fail afterwards. I think it would be a good improvement if documentation mention that Redis serialisation...
Hi, firstly, thanks for externals! I started using it today, but I already see need for some functionality which hide or mark threads as read. There are multiple ways e.g....