Stefan Wójcik
Stefan Wójcik
According to the [readme](https://github.com/stucchio/Python-LRU-cache#installation), you install this package via `pip install py_lru_cache`, which doesn't conflict with `pylru`. Should this issue be closed?
Hi @Davidrjx ! Could you summarize these changes in the PR's description? Just a few brief sentences what it gives us, why it's useful, whether it's backward compatible, what was...
Unfortunately before we can support the `ordered` kwarg, we'll have to migrate to PyMongo 3.0+'s `collection.insert_one` and `collection.insert_many` methods. Right now we're still using the deprecated `collection.insert`, which doesn't support...
Hi @davidthewatson, I know this issue's been open for a long time, but perhaps you can still use some help. I'd just use the flask-admin's `current_user` and create my own...
Hey @carlwgeorge, thanks for pointing that out. It seems that the other package has quite a bit of issues (at least on GitHub: https://github.com/jcgregorio/mimeparse/issues) and isn't in active development. @carlwgeorge...
@jcgregorio, just following up. Would you consider weighing in here?
We've successfully relied in production on this validation of a custom MongoEngine `PhoneField`: https://github.com/closeio/flask-common/blob/5199233025b959424473588e9e999929aeaf5144/flask_common/fields.py#L140 It utilizes https://github.com/daviddrysdale/python-phonenumbers for most of the parsing/validation logic. I haven't fully thought this through and...
Stepping back for a second, what is the intended use of CleanCat schemas? 1. If CleanCat schemas belong to the application layer and **only perform the "shape" validation** (making sure...
Hey @frankV, thanks for championing this :) Overall it looks good aside from a few minor issues I commented on in the code (though @thomasst should also take a look)....
Hi @frankV, I've been on vacation for the last 2 weeks - will look at it soon! Thank you so much for following up on this one!