vinurs

Results 17 issues of vinurs

hello, i usually use [timebre](https://github.com/ptaoussanis/timbre) instead of tools/logging another question: how to log the current file line when use tools.logging

enhancement
help wanted

Now, the shadow-cljs is very popular in cljs, so we can compile our project with it

![CleanShot 2024-04-29 at 06 00 10@2x](https://github.com/manateelazycat/lsp-bridge/assets/37489300/dfd23bce-a5d0-4230-abd1-7d42c739904f) Emacs用的是 `6dcd7de02aa1671f6aa56f7a754b63e809ca8c99` 这个commit编译的,这两天才编译的,yasnippet 跟 lsp-bridge都是用的最新的commit 最小化的配置是 ``` (setq debug-on-error t) (add-to-list 'load-path "~/.emacs.d/markdown-mode") (add-to-list 'load-path "~/.emacs.d/yasnippet") (require 'yasnippet) (yas-global-mode 1) (add-to-list 'load-path "~/.emacs.d/lsp-bridge") (require...

help wanted

in the local directory i have a png file a.png, then in macos i open the finder and copy the png file, then in emacs i want to use `org-download-clipboard`...

how to enable helm-follow-mode automatically? i have to C-c C-f to enable it manually.

Better error messages are needed for circular dependencies in the ‘cljd’ namespace. The current error message doesn’t provide enough information to locate the problem. ``` (ns app.a (:require ["dart:core" :refer...

enhancement