John Lee
John Lee
Any guidance on how this should be implemented? Seems the maintainer maybe changed since the last PR was rejected, but last time was rejected because it was thought work was...
Created this about the hang: https://github.com/jaredly/reason-language-server/issues/423
By the way, for other struggling emacsers, I hacked lsp-mode.el as follows: ``` (defun lsp--find-workspaces-for (msg-or-method) "Find all workspaces in the current that can handle MSG." (let ((method (if (stringp...
> Speaking to the meta-point, which is that browsers are what people use... yes. That's basically the problem. Browsers are a poor solution for building local-first software, because they can't...
> my own experiences with with WebRTC suggest that its reliability is pretty low without a TURN (traffic proxy) server I hesitate to drag this issue further off topic, but:...
Sorry falafeljan, I probably asked the wrong question -- but the answers here, including yours, were helpful to me anyway! So, I'm not asking for more info here about why...
pvh said, ages ago: `I just am genuinely interested in better understanding why this has come up a few times` Datapoint: - Working on a quantified-self type app. Actually not...
@dcherian As far as I can tell, all the other cases of `json-readtable-error` involve using `ob-ipython`. This particular case happens even if you're not really using `ob-ipython`, or indeed anything...
@nanounanue Exactly what did you test? (I expect you tested a different bug: for example, a bug discussed in #135 maybe?)
I've updated the description to add steps to reproduce.