Thomas Coopman

Results 44 issues of Thomas Coopman

I was looking into doing some drag/drop with html5 (https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API) but this doesn't look possible yet? Would it require a lot of effort? I guess that some work would be...

This is just a question. I was wondering if it would be possible (and be useful) to create tea with React as the view layer. The reason why it could...

I took a stab at #73, to see what's changed. The test examples still work but I didn't check anything else yet. So please take a good look at this....

I'm not sure if this is the best way to use TEA, but I've run into a runtime error in this situation: ```ml type msg = Foo of (int *...

quick and dirty implementation for #227 this should work with this `dialect` in `dune-project` ``` (dialect (name eml) (implementation (extension eml) (preprocess (run ./main.exe --stdout %{input-file}))) (interface (extension emli) (format...

For example, `Dream.send` might fail if the socket is not connected anymore. I believe it would be useful if these exceptions are documented in the API reference.

📚 docs
🎓 study

I'm looking and playing around a bit with dream and I have a hobby project that would definitely benefit from something like [channels](https://hexdocs.pm/phoenix/channels.html) in dream. So I created this issue...

🎓 study

When a websocket connection closes I often see: ``` 03.07.21 22:35:58.492 dream.http WARN WebSocket (127.0.0.1:33826): Unix.Unix_error(Unix.ECONNRESE) 03.07.21 22:35:58.492 dream.http WARN Raised by primitive operation at Lwt_unix.shutdown in file 8 03.07.21...

🎓 study