Open Issues Need Help
View All on GitHub feat(Graphics): add `fitScale` function about 1 month ago
good first issue
feat(Graphics): add `Size` type about 1 month ago
good first issue
feat(IO.Path.Operators): add `</>` operator about 1 month ago
good first issue
refactor(Serialization.Show)!: rename `show` to `toString` about 1 month ago
good first issue
feat(Containers.Result): add `ofOption` and `ofOptionWith` functions about 1 month ago
good first issue
feat(Containers.Option): add computation expression builder about 1 month ago
good first issue
feat(Containers.Result): add `defaultWith` function about 1 month ago
good first issue
feat(Primitives.Numeric.Int32): add `zeroPad` 8 months ago
good first issue
refactor(Serialization.Show)!: rename `shows` to `show` about 1 year ago
good first issue
feat(Graphics.Color): add `decToRgb` and `rgbToHex` about 1 year 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 1 year ago
good first issue
test(Serialization.DataFormats.Json): option serialize about 1 year ago
good first issue
refactor!: rename `Grahics` -> `Graphics` about 1 year ago
good first issue