Andreas Hoornstra

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

enhancement

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

enhancement
feature: auto config (environment variables)
needs review

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

C-feature request
help wanted
P-Windows

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

C-feature request

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

🐛 Bug

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

🔧 Maintenance