Yushan Lin
Yushan Lin
Same problem here. The version of VSCode is 1.43.2 with Rust extension 0.7.0 and Rust 1.41.1 toolchain on macOS Mojave 10.14.4.
Update: I moved to rust-analyze as well. It performs much faster without this kind of issues.
@kyechou Good question ! In our current design, we do not support multiple queries in a line. Since we focus on making code easy to read, we only implement the...
補充一下:試用一下發現如果因為短時間內傳太多 request 被 server ban 掉也會回傳空 list 更新:進一步測試一下發現,想要解除封鎖只能先用瀏覽器打開 Dcard 網站,驗證不是機器人,然後將驗證後的 Cookie 連同瀏覽器的 User Agent (用來偽裝成瀏覽器) 一同塞進 request header 送出,才能取得正常的結果。
@leVirve 不會~ 他們也可能因為時常 loading 爆衝很困擾吧XD
@judithting 感謝提點 我稍微調查一下,發現原文的文件與我最初看的時候並不相同 我當初看到的那段話是寫: ``` You may forward declare ordinary classes in order to avoid unnecessary #includes. ``` 可是在經過官方 repository 的[這個 commit ](https://github.com/google/styleguide/commit/3591b2e540cbcb07423e02d20eee482165776603#diff-26120df7bca3279afbf749017c778545L153)之後,就變成新的版本了。 我最近一個禮拜內會找個時間重新檢查翻譯是否有跟上最新版本。
@judithting 感謝你的檢查與提供的連結
Hello @TheGoddessInari , I think that it is possible to extend this with any function related to telnet. But, I am not sure what a telnet server needs. Cloud you...
Thanks for your finding and suggestion! Currently, I have no plan to integrate new features into `telnet-rs`, but it is definitely nice to have those features. However, I am quite...
Hi, thanks for your sharing! Sorry, I missed this issue since there were too many notifications in my inbox. Our documentation is indeed too simple and unclear. I will enhance...