ukayani

Results 4 issues of ukayani

Hi, I see that in your patterns `lib/template/patterns` folder, all the patterns extend the `BaseConstruct`. Each pattern's props also extend the `ConstructCommonProps`. What is the best way to create an...

test issue

test issue

Hi, if I have the following case class: ```scala case class Foo(a: String, b: Option[Int]) ``` If i read a message pack encoded byte array which is equivalent to the...