Results 34 issues of jxltom

Since ```request.session.get(keyword, defaultvalue)``` can already provide default values, ```get_server_side_cookie``` is removed.

For example, ```Finder().find_python_version(3, minor=6, patch=6)``` could return ```.../.pyenv/versions/3.6.6/bin/python3``` or ```.../.pyenv/versions/3.6.6/bin/python3.6``` or```.../.pyenv/versions/3.6.6/bin/python3.6m``` It looks like the first item which is the path is not sorted in https://github.com/sarugaku/pythonfinder/blob/3126cf2dbb55216402a7f42deffaf8512b03c56d/src/pythonfinder/models/mixins.py#L298. But I don't know...

Currently, ```PYTHONPATH``` is not supported for python so user can not import package inside the project root folder

feature request

It looks like the scrapy-mongodb pipeline is blocking. So the crawl speed is limited to the mongodb data write speed. Is it better to change it to non-blocking pipeline such...

https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity It will be nice it enable Subresource Integrity when using CDN in flask-bootstrap

I would like to override ```get_filter_predicate``` without rewriting the whole ```filter``` function such as for ```MultipleChoiceFilter```, it will be nice to support ```get_filter_predicate``` returning a single complex query. For now,...