gerald
gerald
启动报错: ``` --- [16:02:28.263397] Client connect from 192.168.31.70:40908 --- [16:02:28.678724] init_search_backends finish --- [16:02:30.889491] wait for init_search_backends to finsih execution ``` 看 lsp_bridge.py 代码: ``` # Functions for initialization def...
The code file example `contracts/BasicERC20.sol` from https://github.com/protokol/solidity-typescript-hardhat-template The code sample: ``` import { ERC20Pausable } from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol"; ``` find `ERC20Pausable` definition fail: ``` --- [10:15:13.605713] Send textDocument/definition request (44080) to...
when use emacs 29.4 with command M-X `treesit-install-language-gramar` error msg: ``` ⛔ Warning (treesit): Error encountered when installing language grammar: (treesit-error Command: cc -fPIC -c -I. parser.c Error output: clang:...
``` Debugger entered--Lisp error: (end-of-file) (condition-case error (lsp-bridge-epc-net-read) (error (debug 'error error) (error "net-read error: %S" error))) lsp-bridge-epc-net-read-or-lose(#) (let ((event (lsp-bridge-epc-net-read-or-lose process)) (ok nil)) (lsp-bridge-epc-log "
**Problem** tauri + dioxus does not work, build a lot of time, hang **Steps To Reproduce** Steps to reproduce the behavior: ``` $ yarn create tauri-app yarn create v1.22.22 [1/4]...