Bottom-up golang configuration library

2 Open Issues Need Help Last updated: Nov 28, 2025

Open Issues Need Help

View All on GitHub
Error types 18 days ago

AI Summary: This issue proposes the introduction of specific error types, such as `KeyNotFound` and `KeyAlreadyExists`, to improve error handling within the project. Defining these distinct error types will allow for more precise and robust management of potential issues related to key operations.

Complexity: 2/5
enhancement good first issue

Bottom-up golang configuration library

Go
uint16 slice type 8 months ago

AI Summary: The task requires adding support for the `[]uint16` type to the `puzzle` Go configuration library. This involves creating a new converter function that can parse a string representation of a `[]uint16` into its Go equivalent, registering this converter within the library's type handling mechanism, and updating all relevant frontend implementations (environment variables, CLI flags, JSON files, etc.) to accommodate this new type. This will allow users to configure lists of unsigned 16-bit integers, useful for scenarios like specifying multiple ports.

Complexity: 4/5
enhancement good first issue

Bottom-up golang configuration library

Go