Eric Dallo
Eric Dallo
Hi, I really like `consult-lsp-symbols` but I can't use it with most projects I work, even medium/small projects because of Emacs freezing and taking too long to return the symbols....
As suggested [here](https://clojurians.slack.com/archives/C029PTWD3HR/p1671021348339839), we could support nbb projects if there is a way to retrieve a classpath, probably similar to `bb`. for that to happen we need to know if...
https://github.com/clojure-lsp/clojure-lsp/pull/1350#issuecomment-1296184768
**Is your feature request related to a problem? Please describe.** This is a start to discuss what'd be needed to support a feature similar to clj-kondo hooks, where users can...
Please answer the following questions and leave the below in as part of your PR. - [X] I have read the [developer documentation](https://github.com/babashka/nbb/blob/main/doc/dev.md). - [X] This PR corresponds to an...
**Is your feature request related to a problem? Please describe.** Yes, [this clojure-lsp issue](https://github.com/clojure-lsp/clojure-lsp/issues/1418#issuecomment-1443705502) **Describe the solution you'd like** For clojure-lsp we would need both a file to know when...
Currently i need to update the `$AVD_HOME/.avd/device.avd/config.ini` with the custom configs that I want like: ``` image.sysdir.1=system-images/android-28/default/x86/ tag.display=Default tag.id=default hw.gpu.enabled=yes AvdId = Nexus_5X_API_29 PlayStore.enabled = true abi.type = x86 avd.ini.displayname...
After https://github.com/fabiodomingues/clj-depend/issues/23, it will become common to duplicate layers to be re-used on different layers, so maybe we can do something like clj-kondo does with `ns-groups`, but for layers: ```clojure...
Can you please add a license to the project, it makes very easy and fast update and help in project
Hi, Can you please add a LICENSE to the project? Thanks!