MrCasCode

Results 5 comments of MrCasCode

Exactly, I was using the keys. But you're right, after reading your comment I read my code again and I was not really changing them on redraw. Right now I'm...

I can see in `ws.rs:259`: `response = Error("data did not match any variant of untagged enum Response", line: 0, column: 0)` And when I decode the raw bytes that I...

Still digging trying to understand why the websocket response fails to be decoded whereas the http works. Received http: ```json { "jsonrpc": "2.0", "id": 93, "result": [ { "address": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",...

Okay.. it turns out it was the capital case on `"JSONRPC": "2.0"` I've created a PR on the jsonrpc library https://github.com/paritytech/jsonrpc/pull/649

Exactly! I'm implementing the spectrum components in flutter and the popover on the side is quite common on desktop applications: https://spectrum.adobe.com/page/popover/