Yuxuan Lu
Yuxuan Lu
First, it seems that the GitHub bot isn't part of integram. Second, this issue seems fixed now. I also encountered this issue before, but when I tried re-authorizing it a...
My suspicion is that when `texdef` detects its STDOUT is a pipe rather than a real terminal, its buffer strategy changed from line buffering to block buffering. Maybe we need...
Hi @Xerxes-2 LaTeX-Workshop removed support for this plugin. You can try 0.4.0 (it hasn't been released yet, I'm having some issue with the Personal Access Token used for releasing it....
Hi @timgrewe could you rebase your commit to the latest master branch? or just clone the latest master and redo your change then force-push to your branch
Closing for no action for a long time
A realy bad workaround: ```js const content = content.split('\n') // my diff only have one file, so we extract file header by the first 3 lines const header = content.slice(0,...
I'm getting "ACPI not supported" notice with ACPI enabled.  my configuration:  What am I doing wrong?
> If you look closer at the generated [yaml](https://github.com/swaggo/swag/blob/master/example/basic/docs/swagger/swagger.yaml) file from the example/basic folder on this repository you will notice we are generating reusable responses. According to the document, there...
Any update on this?
还有一点, 现在我看貌似必须在跳板机公钥登录服务器, 如果服务器的ssh不支持公钥登录(比如群晖)怎么处理? 能否要求用户每一次输入密码?