Zeyu Chen

Results 7 issues of Zeyu Chen

Reference: https://rubydoc.info/gems/yard/file/docs/Tags.md#order-dependent-lists ```ruby # @return [Array] def example; end result = example ``` `lsp-describe-thing-at-point` under `example` gives: ``` Returns: * [Array\] ``` `lsp-describe-thing-at-point` under `result` gives: ``` Array\ ``` Which...

### A network packet sniffing tool into clientkit. Would be really thankful if we can get some suggestions about a sniffing tool. (like HaRepacker, Hex Edit Neo) ### Batch operations...

[ActiveRecord::Store](https://api.rubyonrails.org/classes/ActiveRecord/Store.html)

I can get v83 setup running under bottles using game mode (with dxvk) With GMS v83.1 4GB Localhost in https://forum.ragezone.com/threads/localhost-workshop.1202021/ I can successfully run MapleStory under wine. I can also...

1. The bundled AppImage cannot use my fonts specified in configuration.nix, it shows square blocks for CJK characters. 1. The only font installation that worked is fonts under $HOME/.local/share/fonts ```...

**Is your feature request related to a problem? Please describe.** 需要在一个单独的文件中记录 aliyun api 调用的日志 **Describe the solution you'd like** RPCClient.new 的时候给一个办法自定义 faraday 实例,让我可以调用 faraday.response :logger 配置 faraday 的 logger **Describe...