Bjorn Roche
Bjorn Roche
I'm not sure what you mean by "voice message", but the sample code will let you setup a live audio and video chat application. You may need to make some...
Thanks so much for this contribution! It's been a while since I've looked at this project, so it might require some time for me to look this over, but a...
It looks like some native code is missing to get this working on windows/your version of windows. I'm not sure where to get this from -- maybe you can find...
This is not explained in the docs and should be, but if you look closely at the demo code, you will see that you must set the assets path: window.emojiPicker...
I am having this issue as well, but with short links that typically only exist on one line.
I see. In that case, this patch is no good by itself. I can dig in some more -- maybe it's possible to cache it and clear the cache when...
Sorry I can't test it at the moment, but I thought I'd send a pull request anyway so even if it's wrong you can see what I'm talking about: https://github.com/patriciogonzalezvivo/glslCanvas/pull/16
Although fixed at some point, this problem seems to have resurfaced. In my tests, I want to be able to: - bulk index some data - flush the bulk indexer...
Just a note that this problem also hinders checking for errors at the end of a bulk index operation. Ideally, a developer would like to use a strategy like this:...