Remco Kranenburg
Remco Kranenburg
This PR adds the ability to specify the exact files to lint on the command line. Example: ``` bellybutton lint --files foo.py bar.py ```
More and more projects use a default branch other than 'master'. This PR guesses the default branch based on HEAD of the origin remote. This PR also removes the 'fetch'...
In this PR, we introduce a simple FileManager class that allows you to open a file as-needed, and caches the contents for future use. Reasoning: opening all Python files indiscriminately...
### Description When using `docker compose up` (or `watch`), Compose first builds all required images and then starts containers for them. In some workloads, one container is ready to launch...
Now that the service is being discontinued, I fear that my watch may become a brick (a small brick... a pebble?) when the GPS data is not updated anymore. Has...
**What I did** Instead of skipping all watches that overlap with a bind mount, only skip watches that have an action other than "rebuild". This allows us to trigger rebuilds...
### Description I would like to use a bind mount to sync a very large directory, which is a bit more robust than using file watches. File watches tend to...
### Describe the Bug The desktop application crashes immediately after opening. ### Steps to Reproduce 1. On Ubuntu 24.04 2. Download flatpak version 25.04.7.2 3. `flatpak run com.collabora.Office` ### Expected...