Yuri Khmelvsky
Yuri Khmelvsky
This code-completion engine much better https://github.com/Valloric/YouCompleteMe
Compare `emotion-cljs` with: - native emotion.js - cljss https://github.com/clj-commons/cljss anything else?
Everything works great in development mode, but in production mode I have an errors with such function like `mu/merge` or `m/walk`. My shadow-cljs config ``` {:deps true :builds {:storybook {:target...
I created macro which generate private `defn`. For linting this macro correctly I added this config ``` {:lint-as {foo/my-defn- clojure.core/defn-}} ``` But this macro is linting as `defn` and I...
The required namespace "cljsjs.marked" is not available, it was required by "devcards/util/markdown.cljs". The namespace was provided via :foreign-libs which is not supported. Please refer to https://shadow-cljs.github.io/docs/UsersGuide.html#cljsjs fo more information.
How can i disable auto prewiev window. Comman `set completeopt-=preview` not work in .vimrc
It would be great to split `sente.cljc` to `server.cljc` and `client.cljc`. It will help not load unnecessary code on client. I can prepare PR if you think it can be...