payne911

Results 83 comments of payne911
trafficstars

As per a recent PR, this doc link already provides a bit more info: https://octokit.github.io/rest.js/v19#throttling Maybe it should be somehow integrated in the README.

The documentation is very much lacking. I changed from using `onAbuseLimit` to using `onSecondaryRateLimit` (https://github.com/useful-forks/useful-forks.github.io/commit/739eba52f9ba40d94e56218d43da75ebedcfe02d), but the doc leaves me wondering about so many things related to the return values...

Ah, I'm using Android Studio.

![image](https://user-images.githubusercontent.com/38117856/213795161-c3ec133c-ede2-4b57-bc5f-4ae30ac318fb.png) Wait, but if it works for "IntelliJ CE", shouldn't it work or Android Studio?

> You could try building the plugin yourself, targeting Android Studio. I hope it works. I tried, but at my company we use build 212, whereas you built against 213....

https://github.com/bullhorn/sdk-rest/releases In fact, `v1.2.45` is the last official release on GitHub.

But then the end user would themselves have to list every single individual extension they want to support ?

> Is your language server a generic one, which eally can handle any file, and not tied to any programming language? No, but it's annoying to have to maintain a...

Does this library support this already? I can only find references to `textDocument/rename` (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename), which I'm not sure if it does the same thing.

In any case, I think something is wrong ([source](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_didChange)): ``` /** * An event describing a change to a text document. If only a text is provided * it is...