Mathieu Bacou
Mathieu Bacou
For experiment purposes, I am setting up different web services inside VM, and this includes a Diaspora pod. However I only use IP address to access theses services (even though...
For some time, Firefox has had support for [tab containers](https://addons.mozilla.org/fr/firefox/addon/multi-account-containers/) under the form of a plugin. Basically, this allows one to isolate tabs from each other, which includes cookies and...
As a lot of people I think, I was forced to leave FireGestures behind, and I was happy to discover your addon was there! Is it possible for rocker gestures...
## Environment details: (all that matters is that I run on ArchLinux) * host: ArchLinux (2023-04-20), Linux 6.2.11 * Gradlew: ``` ------------------------------------------------------------ Gradle 6.9.1 ------------------------------------------------------------ Build time: 2021-08-20 11:15:18 UTC...
### Steps to reproduce Open this `test.sh` file with `vim --clean`: ```bash #! /bin/bash ls [[:alpha:]] # bad highlighting (like syntax error?) ``` See screenshot:  ### Expected behaviour Correct...
Hello, I noticed that module-level functions that were summarized with `AutoapiSummary` would display their return type instead of their parameters list. I.e.: ``` my_function(→ Collection[MyType]) ``` Instead of: ``` my_function(arg1,...