mpilquist on v1.11.0
mpilquist on 1.11.x
Setting version to 1.11.0 Updated version to 1.11.1-SNAPS… (compare)
mpilquist on 1.11.x
Scala 2.13.0-M4 Merge branch 'series/1.10.x' in… Upgraded to latest scala-collec… and 2 more (compare)
mpilquist on 1.11.x
Created 1.11 branch (compare)
mpilquist on xuwei-k
Upgraded to 2.13.0-M5 (compare)
mpilquist on xuwei-k
Scala 2.13.0-M4 Merge branch 'series/1.10.x' in… Upgraded to latest scala-collec… (compare)
mpilquist on 1.10.x
Update sbt-scalajs, scalajs-com… Merge pull request #129 from sc… (compare)
mpilquist on 1.10.x
Pad-left on pbcd codec. Fixes #… Using padLeft in pbcd instead o… Merge pull request #133 from lJ… (compare)
enum
, what's the best way to assign some sort of codec to each enum value?
0x7F 'E' 'L' 'F'
[byte0][int24][int24][byte1][int24][int24]...[byte127][int24[int24]]
and I want to decode all the ints into a list as well as bytes[0-127] into it's own custom type which has it's own codec.
xmap
. Wondering if I'm somehow reinventing something.
Codec[Nothing]