Cyrille Pontvieux

Results 11 issues of 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...

help wanted ⛑
investigating 🕵️

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`)

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): ![image](https://user-images.githubusercontent.com/497895/121237149-071ead80-c897-11eb-88d6-c1eae7cf6002.png) 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...

feature request

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: -...

enhancement
help wanted

I have a pretty recent phone (Xperia XA2) and yet I cannot see the whole buttons ![Screenshot_20240313-222709](https://github.com/Yet-Zio/yetCalc/assets/497895/ac156554-2a12-441a-9d08-98f1468d6bec) This is the only app with this kind of behavior. PS my display...

code-issue
calculator

### 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)...

bug