Geoff Hudik

Results 14 issues of Geoff Hudik

It'd be great to have `required` and `default` attribute support when unmarshalling koanf config into structs. While it might not be the primary focus of koanf, I think that unmarshalling...

For issue https://github.com/knadh/koanf/issues/312

It looks like the `appconfig` provider uses the [GetConfiguration API Action](https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_GetConfiguration.html) that was deprecated in January 2022. Recommended actions are [StartConfigurationSession](https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html) and [GetLatestConfiguration](https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html) Attempting to use returned error `not found,...

Upgraded Docker.Net from `3.125.2` to `3.125.4`. Now getting a `JsonSerializationException` when calling `dockerClient.System.GetSystemInfoAsync()`. **Output of `dotnet --info`:** ``` .NET Core SDK (reflecting any global.json): Version: 3.1.401 Commit: 5b6f5e5005 Runtime Environment:...