RawToast

Results 9 comments of RawToast

Just wondering, if Spacey provides better analysis than MeCab then perhaps it would be better as a new add-on? I almost see Morphman as an add-on for Japanese and not...

> I'm not learning a language currently, so I'm also not using MorphMan/Anki. I hope that my code benefits other people (that's why I uploaded my changes to the original...

This would be nice to have. I am using http4s in production and found creating responses for the other codes to be rather straight forward, but I can see the...

This was fixed in 0.2.2 for me (see #57) and there doesn't seem to be any recent complaints regarding this issue, so I suggest it can be closed.

Seems to be working on PyCharm 4.5

This is interesting as I raised a [similar issue with VsCode](https://github.com/reasonml-editor/vscode-reasonml/issues/230) and it is probably an issue with an underlying library. I would assume if this is fixed here, the...

I see you've added basic touch support to reasongl, is it likely to be ported here too? Or are they mapped to mouse events? I've been trying to use mouse...

On second look, the events are being passed through. I believe my bug is caused by the way only a single touch is handled. I believe reasongl behaves as follows:...

Another update: I am _slowly_ adding multitouch support to reasongl on [my fork](https://github.com/RawToast/reasongl) my current plain is to: * Accept multiple simultaneous touchIds, firing the mouse callback for each *...