Cyrille Pontvieux

Results 18 comments of Cyrille Pontvieux

The import should be `from django.urls`. You can use `try except ImportError` scheme to be compatible… It's in **markitup_tags.py** and **widgets.py**

Can I help to have this merged and released?

Interesting information: https://github.com/SeleniumHQ/selenium/issues/4971#issuecomment-340230404

Could this be merged and release, please?

Getting back to previous commit (https://github.com/gort818/qtwebflix/commit/159652495f5db785ea8b7ce53f7a49ee57f4e428) works. So Netflix does not recognize Firefox 75 or [the last commit](https://github.com/gort818/qtwebflix/commit/3fcd5a48f1999505e744d9a3587fcea1f25e5e29) is incomplete.

Contact card activation will allow this app not to ask for call permissions, so could be better.

I can do it, probably before the end of the year

Django will cache the `Project.objects.get(pk=id)` result and there should be no more hit (if you only request that object, i.e. no join). One improvement could be to specifically only get...

Can someone point me the documentation to the DDS (DXTn) format/spec please? I could try to implement the DXT1 (and therefore DXT3 and 5) compression write support if possible…