sawyerzheng

Results 9 comments of sawyerzheng

@alphapapa Same problem, using latest commit: [f721fe3fb408bc28a7dbcb296226d834fd2304e6 ](https://github.com/alphapapa/ement.el/commit/f721fe3fb408bc28a7dbcb296226d834fd2304e6) 1. raw running ``` (plz 'get (concat "https://" "converser.eu" "/.well-known/matrix/client") :as 'response :then 'sync) #s(plz-response 2 200 ((server . "nginx") (date ....

Thank you very much for your time. So far, I have only been able to find one example PDF. If I come across a not copyrighted PDF with the similar...

I found one pdf with open access. The pdf has similar problem. This parse result from grobid gpu docker version: `grobid/grobid:0.7.2` --- ![Snipaste_2024-04-01_16-32-30](https://github.com/kermitt2/grobid/assets/44355570/5f7a06d1-9792-44aa-b2be-bd5262b406a9) --- ![image](https://github.com/kermitt2/grobid/assets/44355570/90855df4-259f-4509-8c04-e285e8e0cbd7) --- ![image](https://github.com/kermitt2/grobid/assets/44355570/a0b5f6bc-a6b5-4160-9406-e92160ac2cbe) pdf: https://www.nature.com/articles/s41597-024-03160-z [s41597-024-03160-z.pdf](https://github.com/kermitt2/grobid/files/14821840/s41597-024-03160-z.pdf)

@alphapapa I'm a network novice. Don't know if this is still a problem. With latest [commit](https://github.com/alphapapa/plz.el/commit/74536c5396abe6be1691193dc3c816a2a73d4655): ------ 1. without proxy: ``` (plz 'get "https://httpbin.org/user-agent") "{ \"user-agent\": \"curl/7.86.0\" } " ```...

--http1.1 works. Not only on system proxy, but also on proxy inside emacs. ``` ;; no --http1.1 and no proxy (setq plz-curl-default-args '("--silent" "--compressed" "--location" "--dump-header" "-")) (plz 'get "https://httpbin.org/user-agent")...

``` ;; disable proxy ---------------------- ❯ curl --silent --location --dump-header - "https://httpbin.org/user-agent" HTTP/2 200 date: Mon, 12 Dec 2022 05:44:25 GMT content-type: application/json content-length: 34 server: gunicorn/19.9.0 access-control-allow-origin: * access-control-allow-credentials:...

detailed log with `lsp-bridge-enable-log` eanbled: ### 1. manually complete with input: "sys.pr" ```log --- [13:32:55.292133] Send textDocument/completion request (37803) to 'pyright' for project demo.org { "id": 37803, "method": "textDocument/completion", "params":...

Its seems no error generated during the log for manually complete. Just no candidates generated.

Yes, the problem is fixed. Thanks for your awesome work and valuable time. 谢谢两位大佬。