Mike Walker
Mike Walker
ok - happy to defer. just trying to help. enjoying the chapter. thanks for writing it :)
I thought I might be able to restrict :auto-refresh by moving the file I don't want to trigger it (the .cljs file) to a location not included in leningen :source-paths,...
I've made some progress on this - by adding ring-refresh explicitly, rather than relying on it being added by :auto-refresh, and specifying only "src". With this setup, figwheel injects smoothly...
Thanks so much - so simple. :) Would you like a pull request to document this in [web server options](https://github.com/weavejester/lein-ring#web-server-options)?
Apologies, it was my lack of experience with cljs that was the issue here. Once I realised that studying the code in the screenshot on the docs page is absolutely...
I have same issue. I tried the oldest version available via homebrew which is v3.2, and I get no connection as above. v2.6 was end of life in 2016 and...
I'm getting broken syntax highlighting on vue component files which use script attribute of `type="text/ecmascript-6"`. Whereas, `type="text/ecmascript"` does not break syntax highlighting. I'm trying to establish whether to ask the...
I noticed Amitabh referring to it as "[Agenor](https://en.wikipedia.org/wiki/Agenor) USD" in one of his presentations at the Ergo Summit '21 (but haven't heard this used anywhere else), so seems to be...
I'm glad to have found this thread, as I've been using wrap-reload and wrap-refresh with reitit, which seemed to work (did work for a bit, as the app I was...