Linfeng Li
Linfeng Li
Same error here. ``` 2019-07-29 13:23:03,940 oauth getTmpOAuthToken 156 : Unexpected response status on get temporary oauth_token 200 != 401 2019-07-29 13:23:06,379 oauth getTmpOAuthToken 156 : Unexpected response status on...
Is there a way to use a Userscript to yank to the clipboard with ``, @nightwing? It seems Overleaf hasn't implemented the new `+`-registry patch yet.
@kometenstaub Thanks for the pointer. Though, from an end-user perspective, are you suggesting that I should find a way to edit /replace/override the `vim.js` file according to your commit, [as...
I see. Thanks for the clarification.
这里能下到离线安装包——https://www.extfans.com/productivity/feicgfcihlfhjjepgibmbieodedbggjh/ ---- 2023-05-03 - 离线包还可以安装,但已经没法使用了。
@mgsloan Bug report: if I mark a project as "Favorite" and keep this project at the top of the Projects list, repeated pressing of backtick/tilde will trap me in a...
> Hmm, this seems to be because of how Todoist behaves: it makes a project `current` both in the favorites list and in the projects list (which isn't too weird...
Hi folks, I'm new to `komorebi` and have been using my decade-old AHK v1 script to manage the window-layout until now. I'd prefer to stay with AHK v1 for the...
Update: for AHK 1, keeping the following function somewhere before calling `Komorebic("CLI-arguments")` suffices: ``` Komorebic(cmd) { RunWait, % "komorebic.exe " cmd,, Hide } ```
@sitiom Thank you for the pointer to the converter repo. It looks promising. I agree that I [should](https://gist.github.com/Lexikos/a871ca393387b37204ccb4f36f2c5ddc) switch to AHK v2 at some point.