Cyrille Pontvieux
Cyrille Pontvieux
When using django 2.0, I got this: `No module named 'django.core.urlresolvers'` in `markitup.templatetags.markitup_tags`
Shadow-dom is very hard to test and to find elements. `find_element_XXX` methods cannot pass through **shadow-root** and therefore great deal of effort should be done to reach some element if...
Why not use [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) instead of jquery ? It’s available in all modern browsers and so does not require a **jquery** library (and that should be available on `window`)
I18n
Can the strings be translatable please? I was hoping I could at least replace a template file but the button strings are hard-coded in the js file. It would be...
Here the message I got (in French):  I tried to patch the `UserAgent` to `"Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"` but it didn’t change the result. Netflix should...
I have hundreds (maybe thousands) messages with a contact. For what I understand, only the last hundreds are displayed (for optimization reason). But among them there are also MMS messages...
When using a Postgresql with Postgis extensions, the driver used is a wrapper around the postgres one to handle postgis extensions. Unfortunately, the driver name does not contains '.postgresql' in...
I manage multiple domains on one server and I would like that each person responsible for each own domain can administer only data related to that domain. Solution proposed: -...
I have a pretty recent phone (Xperia XA2) and yet I cannot see the whole buttons  This is the only app with this kind of behavior. PS my display...
### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Camera/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Camera/issues) or [closed](https://github.com/FossifyOrg/Camera/issues?q=is%3Aissue+is%3Aclosed)...