Tomasz Cichocinski

Results 43 issues of Tomasz Cichocinski

I found that notifications is not covered in this library so I've added functions cover this part of API. I've also tried to add tests to every new function but...

I have following table: ```reason let create_table = [%sqlf {| CREATE TABLE users ( id INTEGER NOT NULL PRIMARY KEY, email VARCHAR NOT NULL, name VARCHAR NOT NULL ) |}...

enhancement

When we're for some reason reloading page, we lose all state and in the worst case we have to wait 5s for the new state from the server. My idea...

need discussion

I'm playing with Phoenix 1.3 channels right now and stumbled into this error while trying to get node info about probably simple `Phoenix.Channel` process. https://github.com/Baransu/e_game/blob/master/lib/e_game/web/channels/room_channel.ex You can reproduce it by...

bug

Finally ready for testing! 🎉 I've rewritten `/sup-tree` plugin to new graph library. Previously we were using [vivagraphjs](https://github.com/anvaka/VivaGraphJS/) but it wasn't perfect for our needs. This PR changes it to...

enhancement
discussion

Right now we're connecting to existing node on startup as cli arguments. Is there possibility to move this process as a WebSocket response? It would be nice to start `erlangpl`...

enhancement
discussion
need discussion

When we have bi-directional connection between two nodes and one of them is another color (warrning, error) there is flickering between layers. There is probably the same thing with normal...

First of all - amazing project 🎉Making it solid and robust will allow Reason community to grow very rapidly, allowing adoption in many existing projects. Thank you for all your...

It turns out there is a way to filter out null values before generating variables JSON without breaking the API. Implementation allows to `None` to `Js.Json.null` which is not compatible...

Right now those gifs are using old Reason syntax. It would be great to update them to the latest syntax 🙂