-
Add custom snippets through code or a special file in a lib, similar to the new clj-kondo auto-include config.
This would make it easier for tooling libraries to provide commands for ease of use. Cu…
Cyrik updated
2 years ago
-
I'm facing an annoying issue with WebViews.
When using figwheel, each time I save (and thus hot reload the app) all webviews in my app are "refreshed".
It's not the case when using JavaScript react na…
-
Hey there! Thanks so much for such a cool project :) I've been looking to try out ClojureScript and Reagent/Re-frame on a fun project, and this seemed like a great way to try.
However, I noticed when…
-
[Enter steps to reproduce below:]
While editing https://github.com/gmp26/funnelcljs/edit/master/src/funnel/core.cljs using atomic-chrome
1. Place cursor between two defn calls e.g. line 16
2. Press …
gmp26 updated
7 years ago
-
Sometimes (a lot of times) when trying to run and debug on an ~Android~ (both iOS and Android) device I get the following error in metro which prevents live reloading of the app (fast refresh is disab…
-
With the new Clojars policies we can no longer release new libraries as `lambdaisland/...`, we have to release them as `com.lambdaisland/...`. For existing libraries we could keep using `lambdaisland/…
-
It would be good if the sandbox could render content in an interactive mode, where certain commands become clickable buttons. This could be used to implement simple text games and tutorials.
Requir…
-
```clj
(let [parse #(Long/parseLong %)]
(m/decode [:map
[:x {:decode/num parse} :int]
[:y {:decode/num parse} :int]]
{:x "1" :y "b2"}
…
-
1. select current word under cursor cf #744
2. select previous occurrence of word `:editor.sublime.selectPreviousOccurrence` #2216
3. yank emacs style ctrl-y (ctrl-k needs to save what it kills) #221…
-
We might be able to get better IDE support. Potentially a lot better:
https://clojureverse.org/t/im-colin-fleming-ask-me-anything/1148/35
We'd need to use spec to define the DSL in order to for Cu…