François GUÉRIN

Results 41 comments of François GUÉRIN

```sh $ gnome-shell --version GNOME Shell 3.36.1 ``` On debian Bullseye/sid (2 distinct machines) I've removed the extension folder, the workspace to dock extension does not start at all when...

A partial screenshot of the problem. https://imgur.com/a/dxGHuFV "Firefox stable" started in workspace 2 , "Firefox Developer Edition" in workspace 1.

Yes, because the server is not always available from outside the company LAN, which is a requirement of Let's encrypt. The solution provided by @jorge-mikitiuk is a nogo, because the...

+1 My code looks like this, I use this model as mixin for many models in my apps. ```python class Administrable(models.Model): """An administrable model.""" created_by = CurrentUserField( verbose_name=_("Created by"), related_name="%(app_label)s_%(class)s_creator",...

Thanks for your quick answer ! I do not use the --trusted-host parameter while using pip install, but I've my credentials installed in the `/home//.pypirc`. Look's like I already have...

Yes, I do. Fresh install using pipx -- 0.1.5

I've this issue with a new project I'm working on. I've figured out how to workaround this - I needed a global `querystring` value. + I initialize my querystring value...