alertedsnake
alertedsnake
What I did was make a `~/.vim/after/syntax/json.vim` and put this in it: ``` syn region jsonKeyword matchgroup=jsonQuote start=/"/ end=/"\ze[[:blank:]\r\n]*\:/ contained syn region jsonString oneline matchgroup=jsonQuote start=/"/ skip=/\\\\\|\\"/ end=/"/ contains=jsonEscape contained...
I'm in the same boat too, avoiding upgrading because of the breaking change in behavior.
I'm definitely still interested in the resolution of this issue, and still sticking with v1 for now because of the drastic change in behavior.
Similar issue, protoc 3.13.0, same compile command. ``` index.js:60 Uncaught TypeError: b is not a function at Array. (index.js:60) at X (index.js:53) at S. (index.js:51) at Ib (index.js:34) at O...
I can confirm that with 1.1.0 this problem does not exist, so it was introduced in the 1.2.0 release.
My coworker found the issue here - before, my call looked like this: ``` function doCall() { return new Promise((resolve, reject) => { client.rpcCall(request) .on("data", () => resolve()) .on("status", ()...
@Enrikerf oh - I'm FAR from the right person to be asking, I do very little Javascript, not sure I can really help much :)
@jake-scott is this something you're actively working on? I've just come up against this road block myself, and have started considering options - implementing the CredentialCache interface is exactly what...
I can't even click the button on the splash screen in mine :( Edited to add: I'm testing this in Linux, also with Unity scaled up by setting `$GDK_SCALE=2` and...
Oh! I just noticed there's a `scale` slider, that at least gets the menu visible, but with the scaling enabled, I can't get the mouse into the right position to...