Jan Larwig

Results 12 issues of Jan Larwig

Fully updated all dependencies and necessary code changes. Just one issue remains regarding the disposal of the BlobAssetStores necessary for spawning the enemies and bullets. Which does not cause any...

contains: feat: add direct urls for comments #98 bugfix: release url generation #100 feat: add pagination support #101 has been tested here: MAX_LINES: 125 https://github.com/tuunit/github-activity-testing/actions/runs/5215667001 https://github.com/tuunit/github-activity-testing/tree/8aea49f4045b28a9af35e027511de03ca0672b80 MAX_LINES: 5 https://github.com/tuunit/github-activity-testing/tree/108a03b9615ed203fd40090858038dd0cb8bf697 https://github.com/tuunit/github-activity-testing/actions/runs/5215708948

## Description of the bug When trying to parse a simple yaml list like the following: ```yaml mylist: - = ``` An error occurs: ``` could not determine a constructor...

## Description This PR introduces mapstructure for decoding and encoding the yaml files. Mapstructure is a defacto standard library used by many libraries like spf13/viper for more dynamic data loading...

docs
go
tests

## Description > [!WARNING] > This is a PR stacked on top of: > - [introduce mapstructure decoder for yaml parsing #2628](https://github.com/oauth2-proxy/oauth2-proxy/pull/2628) > - [legacy file structure refactoring and cookie...

docs
go
tests

## Description > [!WARNING] > This is a PR stacked on top of: > - [introduce mapstructure decoder for yaml parsing #2628](https://github.com/oauth2-proxy/oauth2-proxy/pull/2628) > - [legacy file structure refactoring and cookie...

docs
go
tests

## Description > [!WARNING] > This is a PR stacked on top of: > - [introduce mapstructure decoder for yaml parsing #2628](https://github.com/oauth2-proxy/oauth2-proxy/pull/2628) > - [legacy file structure refactoring and cookie...

docs
go
tests

## Description > [!WARNING] > This is a PR stacked on top of [introduce mapstructure decoder for yaml parsing #2628](https://github.com/oauth2-proxy/oauth2-proxy/pull/2628) > > Actual stacked changes can be viewed here: >...

docs
go
tests

## Description, Motivation and Context This PR finalizes RFC #532 (Introduce structural configuration). All core configuration flags / options have been migrated to the structured configuration structs. - All options...

enhancement
docs
configuration
high-priority
refactor
breaking
go
tests
provider

# Replaces #2050 ## Description The idea is to add a `publicKeys` options in the oidcConfig, to use the [oidc.StaticKeySet](https://github.com/coreos/go-oidc/blob/2936eb343ba21eb2fe96884984f0e9b6018c71fe/oidc/jwks.go#L19) instead of the [oidc.RemoteKeySet](https://github.com/coreos/go-oidc/blob/2936eb343ba21eb2fe96884984f0e9b6018c71fe/oidc/jwks.go#L68). The options is a list of...

docs
go
tests
provider