Zeyu Chen
Zeyu Chen
And from: https://yardoc.org/types It described that: ``` An fixed-size array of specific objects Array(String, Symbol) ``` Results: ``` an Array containing (a String followed by a Symbol) ```
I got this error after upgraded to Rails 7.1.2 from 7.0.6 (or maybe other dependencies in my Gemfile) Which caused `schema.rb` not working properly. Any workaround yet?
@y785 Thanks for your information, I'll dig into MapleShark, and hooking server's handling is so great an idea.
> Seems like this is fixed by #1556 @fazo96 I think current graphql_mutation compiler resolves to something like `T::Array[Types::PartyType]` instead of `T::Array[Party]`
I'm using NixOS 24.05 and confirm that `lsp-bridge` works correctly with `envrc-mode` . It's seems that `lsp-bridge` initiates lsp server on first lsp related command invoke. Thus it doesn't really...
I can get lsp-dart itself work correctly by using `buildInputs = [ flutter.unwrapped ]` But `lsp-dart-run` didn't work, the daemon process is running but no window popped up.
I made a trivial hack to get a workaround, [here](https://raw.githubusercontent.com/xinyifly/emacs-packages/b07d8d2e0bc3b7c88cf4ba89583a99afc60465d1/plantuml-page.el) is the elisp code: ```elisp (defun plantuml-page-preview (prefix) (interactive "p") (let ((p (point))) (plantuml-page-select) (plantuml-preview prefix) (deactivate-mark) (goto-char p))) (defun...
> You could try this: `WINEDLLOVERRIDES="dinput8=n,b"` @JalenJaceX2 I actually got it working by `WINEDLLOVERRIDES="dinput8=n,b"` this morning, thank you! Plus I got `WINEDLLOVERRIDES="d3d8,d3d9=n,b"` with DXVK worked!
@manateelazycat 对比了一下 lsp-bridge 和 lsp-mode 的日志,发现 lsp-mode 与 nil 通信时根本没有发送 `textDocument/didSave` 对比 nil 与 typescript-language-server 的 Capabilities 发现 nil ``` |-[-] textDocumentSync: | |-[X] openClose: t | `-[X] change: 2...
> Is this still an issue? I report this has been fixed in niri wm with scaling set to 1.5