Mathieu Bacou

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

bug

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

enhancement

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

feature request

## 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: ![image](https://github.com/user-attachments/assets/5ce68a97-3685-46dc-97f5-20ec47e6d53f) ### Expected behaviour Correct...

runtime
bug

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