This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-20
Channels
- # announcements (30)
- # babashka (118)
- # beginners (23)
- # calva (68)
- # cljdoc (10)
- # clojars (13)
- # clojure (90)
- # clojure-bangladesh (1)
- # clojure-europe (27)
- # clojure-gamedev (1)
- # clojure-nl (11)
- # clojure-uk (4)
- # clojurescript (59)
- # community-development (3)
- # cursive (13)
- # datomic (39)
- # defnpodcast (1)
- # emacs (10)
- # figwheel-main (1)
- # fulcro (18)
- # graalvm (21)
- # honeysql (1)
- # introduce-yourself (1)
- # juxt (1)
- # lsp (197)
- # malli (19)
- # off-topic (28)
- # practicalli (2)
- # re-frame (42)
- # reagent (4)
- # reitit (7)
- # releases (2)
- # sci (35)
- # shadow-cljs (13)
- # spacemacs (4)
- # vim (3)
If anyone want to comment a form with #_
with a shortcut, select a form vith 'vaf'
(https://plugins.jetbrains.com/plugin/164-ideavim), here is how I managed to achieve this with https://plugins.jetbrains.com/plugin/7282-liveplugin (https://github.com/Liverm0r/dotfiles/commit/83f7940c878038cabf5db7f98e9f0e4a1cb20e51 to dotfiles)
Hi cursive lovers! I’m wondering if there is a way to ignore this (when require a js lib with shadow-cljs)
My workaround has been to just demote unresolved symbols to a weak warning. Definitely not ideal, though.
@U0567Q30W would it be possible to add an option to treat all string requires :refer
or :as
uses as valid? without any actual checks?
yeah, for js requires that would be terrific. Even more terrific if they are navigable 🙂
Being navigable will depend on how parseable the JS is. In my experience of looking at CommonJS modules, the answer is usually not much, sadly.
there are a lot of libraries in JS that handle that sort of thing. unfortunately they are in JS and expecting node, would be neat to have a java/clj lib for that but so far I haven't found one