Murat Kasimov

Results 3 comments of Murat Kasimov

Example is pretty complicated, I use `orr`: https://gist.github.com/iokasimov/e0cccc1b8308186a95f2585a1071c16btm The problem is that state doesn't update correctly, it seems to be widgets kinda stuck in loops.

I removed all unnecessary things as much as possible. This is actually an improvement of chat example from `examples` directory with HTTP authentication and chatrooms: ```haskell module Main where import...

Hi @jmatsushita, you're absolutely right, I've tried to add other constructors to `Edge` which could connect to all previously defined vertices (with variations for connecting only the latest ones), but...