Andreas Hoornstra
Andreas Hoornstra
Hi Rik, When using the `Authenticator` class and providing a `redirectUri`, the Authorization Code grant type will be chosen by default. In my case, a different redirectUri is needed, together...
Add an optional `Flow` in the `Authenticator constructor`, which will default to the current implementation when not given so as to not break any current implementations. More information can be...
**Describe the bug** The song that's currently playing doesn't show, and songs that have been played do not appear in the listening history. This does work with the official Spotify...
When setting the `TRUSTED_PROXIES` environment variable as shown in https://github.com/nextcloud/server/pull/44495#issuecomment-2079798695 `(TRUSTED_PROXIES=gethostbyname('nginx-proxy')`, I get the warning `Your "trusted_proxies" setting is not correctly set, it should be an array of IP addresses...
## I want to suggest a new step Currently, `topgrade` does not have support for updating apps installed through the `Microsoft Store`. As some apps/components are preinstalled and updated through...
## What does this PR do Allow winget to elevate using sudo when `winget_use_sudo` is set to true in the `windows` section of the configuration file. When utilizing sudo credential-caching,...
## I want to suggest some general feature Winget now supports elevation using sudo. This can get rid of a lot of pesky UAC-prompts during the `winget` upgrade step. I'll...
Due to the way file-descriptions were merged before, supplying the same file or a folder with the same file twice (or any even number of times) causes the file to...
**Summary** Stryker doesn't mutate files that are given twice (or any even number). For example, when running a command like `npx stryker run --mutate "file-a.js","file-a.js"`, no mutations will be made....
**Is your maintenance request related to a problem? Please describe.** karma-vite currently does not advertise compatibility with Vite 6. As of now, we need to work around this by using...