Dustin Getz
Dustin Getz
List of problem statements: markup-heavy apps > todo need quote familiarity > marciol: Interesting thread, I was thinking about electric these days and wondering if it'd be good to have...
https://github.com/lynaghk/hicada
Quotes from people who changed their mind: * Denik, above: Hiccup might be a force of habit after all. The more I use electric's syntax the more I find that...
It is possible and works, with a complication (that we're planning to fix): Today, `(e/def x 1)` creates a binding on both client and server, there are two bindings with...
slack discussion: https://clojurians.slack.com/archives/C7Q9GSHFV/p1710441337420199
CA received, thank you @simon-katz Per our DMs, the approach taken is that Kondo uses a mock/fake macroexpansion before linting. The capability has been available in Kondo for a couple...
Hi @matthewp I don't think you did anything wrong. We haven't optimized the Electric macroexpansion size yet. We plan to work on this soon.
Thank you for the PR, we will take a look after we wrap up our current sprint. I see it's a trivial change (file rename only) but we do need...
works for me, try ssh clone url not https ``` ➜ git clone [email protected]:hyperfiddle/electric-fiddle.git electric-fiddle-v2 Cloning into 'electric-fiddle-v2'... remote: Enumerating objects: 3492, done. remote: Counting objects: 100% (912/912), done. remote:...
Try editing `deps.edn` and changing these urls to git urls ``` com.hyperfiddle/electric {:git/url "https://github.com/hyperfiddle/electric" :git/sha "87abb5e58f75c26b0041db8ccbedb5295856b49a"} com.hyperfiddle/rcf {:git/url "https://github.com/hyperfiddle/rcf" :git/sha "7105b43231140de6f2f39ce38611c9f6c9dfc976"} ```