sedrubal
sedrubal
I have some suggestions for the issue view: - add the pen button, which is used to edit comments, to issues, so one can edit issues the same way as...
It would be great if one can opt out downloading images on a mobile connection ;)
The github api accepts a `sort` parameter to sort by e.g. `pushed` etc. See https://developer.github.com/v3/repos/ It would be nice, if forkhub supports this feature, too.
I have this repo structure: #### Structure: ``` . ├── project1 │ ├── docker-compose.yml │ └── Dockerfile ├── project2 │ ├── docker-compose.yml │ └── Dockerfile ├── metarepo │ └── docker-compose.yml...
A nice feature was to calculate a score after linting files. Maybe something like `1 - ((Amount of problems + 0.5 * Amount of warnings) / amount of lines)`. Then...
Like it was reported for many other currencies, the values returned for NAD and ZAR are wrong. ```sh ❯ curl -q 'https://api.exchangerate.host/2022-07-23?base=ZAR&symbols=NAD' {"success":true,"historical":true,"base":"ZAR","date":"2022-07-23","rates":{"NAD":0.940898}} ``` ZAR and NAD always have an...
### What happened? When portmaster shows a notification that an application is trying to access the internet, sometimes the wrong application name is shown. As well, the wrong rules are...
npm and yarn execute scripts with special names like `postinstall` and so on after/before several actions. Pipenv should do the same. ##### Is your feature request related to a problem?...
When the photobooth is not able to upload a photo via webdav, it should automatically retry it later. Additionally error dialogs should be dismissible using a GPIO button (otherwise you...
As requested in #3 , owncloud news app supports audio podcasts very well. A good extra feature would be to support automatic (pre) downloading audio podcasts (/the audio file of...