vinurs
vinurs
抱歉,前段时间一直忙别的事情,这个就暂时搁置了 今天晚上有空就看了一下这个问题,目前先查出了一个原因:那就是 `copilot-node-server` 版本的问题,我一般比较喜欢用最新的库,因此我安装的时候 ``` npm install -g copilot-node-server ``` 我对比了一下 lsp-bridge 跟 [copilot.el](https://github.com/copilot-emacs/copilot.el/) 这两个插件发送给 copilot 的参数,我发现差别不大;但是 copilot.el 会在 emacs 的配置目录下面自己安装一个 copilot-node-server ,因此我就试着在 lsp-bridge里面就直接用这个库来进行启动,成功了^_^ 而 copilot.el 里面默认用的版本是 1.14.0,现在我换回了 1.14.0,已经可以正常使用了 ```...
稍微验证了一下,从 [email protected] 就不行了
i have the same on macos m1 max ``` clj -M -m cljd.build flutter -d 'iPhone 11 Pro' Warming up `.clojuredart/libs-info.edn` (helps us emit better code) Compiling cljd.core to Dart...
is there any work aroud for this?
ok, I'll do this later, I've been quite busy lately
The same question. ``` Error during redisplay: (jit-lock-function 1) signaled (user-error "At top level") Error during redisplay: (jit-lock-function 1501) signaled (user-error "At top level") ```
> > Any updates here, please? > > Yeah, sorry about delay, so figured out its most likely an issue with the vscode flutter extension and new project setup. It...
> I was having the same issue and after the following updates, the issue went away, might not work for everyone but I hope it helps some of you. >...
@nikolap yes, it can works, but it can not show line number, the reason i want to use timbre is that `clojure.tools.logging` can not show line number in clj file...
@nikolap thanks, it says ` just add to your entry point namespace:` then ,what's the entry point namespace of luminus and kit-clj , i put it in the `app.core`, but...