Fork me on GitHub
#announcements
<
2022-02-23
>
ericdallo13:02:36

clojure-lsp Released https://clojure-lsp.io/ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2022.02.23-12.12.12 with a lot of performance improvements and some new features! Main highlights: The focus of this release was to make clojure-lsp faster on a lot of places, especially on the post-startup time, which stands for the time clojure-lsp analyzed whole project with clj-kondo default linters but is yet linting whole project for unused-public-vars and looking for test trees. 🚀 We did lots of completion and code actions performance improvements thanks to @jacob.maine which did a great help on that! 👏 Following @borkdude suggestion, clojure-lsp by default now check source-paths from the classpath string and not manually checking your project deps file, this should decrease a lot the false-positives of wrong source-paths, especially for lein/deps mono-repo projects! Check https://clojure-lsp.io/settings/#source-paths-discoveryfor more details 🏁 And at least but not last, we now have support for finding implementations of defprotocols following LSP spec and with the help of clj-kondo 🎉 check the gif for a example This release was supported by https://www.clojuriststogether.org/ clojurists-together gratitude Thank you for the new gold sponsor https://github.com/180seg 🧡 For more information check #lsp

🎉 30
clojure-lsp 9
clojure-spin 3
gratitude 3
👍 2
gotta_go_fast 2
clojurists-together 1
erwinrooijakkers16:02:42

Mediquest has open sourced its Zorgrank API project at https://github.com/mediquest-nl/zorgrank. It’s a Luminus project that aims to help a general practitioner and patient make joint decisions about the most suitable follow-up care by ranking care providers using a selection model called ZorgRank. Example client of the API can be found here: https://zorgrank-client-demo.mediquest.cloud and the Swagger docs here: https://zorgrank-demo.mediquest.cloud.

🎉 8