This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-31
Channels
- # beginners (57)
- # boot (25)
- # cider (86)
- # cljs-dev (6)
- # clojure (137)
- # clojure-russia (7)
- # clojure-spec (10)
- # clojure-turkiye (1)
- # clojure-uk (47)
- # clojurescript (37)
- # cursive (10)
- # datascript (2)
- # datomic (2)
- # dirac (59)
- # emacs (1)
- # hoplon (46)
- # instaparse (122)
- # om (32)
- # om-next (1)
- # onyx (3)
- # pedestal (2)
- # perun (4)
- # protorepl (6)
- # re-frame (15)
- # reagent (60)
- # rum (4)
- # specter (7)
- # sql (3)
- # untangled (3)
- # yada (4)
@micha afk right now, but please let me know what can be done. I will take a look later when I get home
but it's a bit of a pain because you need to use reflection to get at a private method to add things to the system loader dynamically
nevermind i figured it out, I forgot to add
<script src="main.js"></script>
Lots of little configuration all over the place, hard to remember everything.@alandipert thanks for the https://github.com/boot-clj/boot/blob/master/CHANGES.md
it is exemplary!
i could catch up on the progress in half an hour.
didn't know about clojars CDN, but the lack of it was quite annoying,
im curious to see if java9 brings any performance improvements,
and i was not sure if notify
was a replacement for speak
.
@onetom: my pleasure! tho i did mostly light formatting, others contributed bulk
Whoever is brave enough, here is the patch to try: https://github.com/adzerk-oss/boot-reload/pull/105 and here the test project: https://github.com/arichiardi/fig-boot-reload
I also wanted to say Happy New Year #boot channel! πΎ It's been a wonderful and very learnative year, and this channel has been source of continue inspiration and programming-awe. A very big thanks to all, but especially @micha and @alandipert for maintaining and keeping up with this channel. Invaluable.
@richiardiandrea happy new year! thanks for all the work you've done and the great discussion! always an interesting and fun time hanging out here π
@micha thanks a lot, adding the dependency jar @ system classloader's classpath worked fine. I think although this will taint the system classloader and all the clojure runtimes in the JVM, it is fine for now for my testing. I have asked for the update on the issue in the jnr-ffi github issue and looks like it could get resolved early next year. Happy New Year π
@nux the only issue with pods is if the dependency that you add to the system classloader includes any clojure stuff
if it is just java then pods are okay, although those dependencies will be present in all the pods