Open Issues Need Help
View All on GitHub refactor(Serialization.Show)!: rename `shows` to `show` about 1 month ago
good first issue
refactor(Serialization.Show)!: rename `show` to `build` about 1 month ago
good first issue
feat(Graphics.Color): add `decToRgb` and `rgbToHex` about 2 months ago
AI Summary: This GitHub issue proposes adding two new F# functions for color conversion: `decToRgb` to convert a decimal integer color into an RGB list, and `rgbToHex` to convert RGB (with alpha) byte values into a hexadecimal string. The issue includes the proposed F# code implementations for both functions, along with a test case for `rgbToHex`, though it appears to be missing a helper function `ofDec'` and has a minor syntax error in `rgbToHex`'s internal `f` function.
Complexity:
2/5
good first issue
feat(Primitives.Numeric.Int32): add `toHex`, `toBytes`, `toBase` about 2 months ago
good first issue
test(Serialization.DataFormats.Json): option serialize about 2 months ago
good first issue
refactor!: rename `Grahics` -> `Graphics` about 2 months ago
good first issue