siyan

Results 2 issues of siyan

Hi, I am trying to use `tui-go` but I cannot reproduce the example screenshot on my mbp I just `go get -u -v github.com/marcusolsson/tui-go` and `go run example/chat/main.go` then get...

bug

In README, it says > `val devices = client.namespace("devices").set[String, String]("setName")` However it seems the ValueMapping type class does not implement for type `String` So I ran into the error: >...