Laurent Bédubourg

Results 3 comments of Laurent Bédubourg

So we should patch this part of the code to fix the encoding ? https://github.com/myuhe/org-gcal.el/blob/master/org-gcal.el#L627 Wouldn't google be happy if we add something like "charset=utf-8" in the Content-Type header ?...

Got the JSON parse error, hacked it with : ``` if (data.indexOf("for maintenance") != -1) promise.fail("TWITTER DOWN FOR MAINTENANCE"); ```

Thank you for the reply, I'll try again this solution. In my former test it looked like the first connected socket (two browser tabs on same sessionId) wasn't receiving messages...