Charles Lambert
Charles Lambert
I understand that. I'm in the process of moving at the moment, but after I will see if I can get you a PR with docs. Love the plug-in and...
I agree removing the functor is probably a good idea. I would still argue to keep the idea of a msg variant rather than directly binding to functions. It makes...
Hey @leostera, I removed the functor and updated the api to hopefully be a little better. What do you think?
Hey @leostera, sorry for dropping off the earth. I am getting married in about a month or so and it has eaten most of my time in last couple of...
Hey @Lattay, thank you for the input 😃. The only problem I see with that approach is that we would have to have all the mapped functions be imperative callbacks,...
So the current implementation of bindings looks like: ```ocaml type binding = { keys : Minttea.Event.key list; help : help option; disabled : bool; } type 'a t = ('a...
Hey @leostera, I was looking into this, and from what I can tell it seems to be caused by having multiple schedulers, and one of the schedulers ending up with...