jsaak
jsaak
The linked documentation (api version 8.0) seems not too bad. You tried with that version or some older? I can understand that it is quite hard to integrate Fiber.scheduler to...
I am interested in implementing this. Do you use client to client com? Or everything goes through the server? (the guys at discord did something which works inside a browser)...
Since in ruby 3.0 we have non-blocking fibers with a scheduler interface, it will be relatively easy to use that in this gem. I will do the changes for myself,...
Well, i decided to rewrite it from scratch, it is rewritten in different style which suits me better. Still maybe we can work something out. Have a look: https://github.com/jsaak/ruby-mqtt3 (it...
I have copy-pasted some functions from you, I hope you do not mind. EDIT: i figured it out, so you can pass a string in any encoding, and it converts...
I want to integrate a non-blocking C API with the Reactor. I found Reactor#register, i think it may be able to do it, but i have no idea how. I...
I disabled all plugins. And it still does not work. Using ```VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 17 2016 06:36:04)```
Also there is a strange issue when using with NERDcommenter, that sometimes it is using the wrong comment format. I do not know why, or if it is related or...
Ok, It seems we are getting close. It does syntax highlight using the html.vim file. I expected it to use javascript.vim. Both othree/html5.vim and built in html -> javascript syntax...
@adriaanzon You had the answer previously. "JavaScript and CSS highlighting is handled by the HTML syntax script.". It is true, and that is my problem. I expected this script to...