Harshal
Harshal
Thank you @OvermindDL1. This is a good start. Yes, I am definitely looking to have a PR but it would take some time. Just starting out with `OCaml` after a...
@OvermindDL1, Is there any way I can get access to the actual DOM node in my custom command? Also, is `Task.perform` the right way to wrap to create a custom...
Thank you for your reply. I was able to get most of the things done. The idea of `vdom.cmd` and `WebComponent` program type seems really cool but it will be...
Thank you @ibaraness. I spend two days because of this issue. I am writing my tests in TypeScript and somehow, karma is not picking up tests written in TypeScript. Now,...
+1. I am also trying to find similar test capability for an actual/in-call session. So far, I am making every publisher subscribe to his own stream. It is rudimentary but...
Thank you @hanrelan for your inputs. The library does not currently support Subject. What you are attempting will work. I had imagined something similar. Subject would essentially be a tuple...
@hanrelan Yes. They should be. I just kept it like that since namespace **was not** the the default behavior when I started building it. I intend to change it when...