This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-02
Channels
- # beginners (61)
- # boot (84)
- # cider (43)
- # cljsrn (2)
- # clojure (99)
- # clojure-android (3)
- # clojure-austin (2)
- # clojure-italy (5)
- # clojure-russia (43)
- # clojure-spec (93)
- # clojure-uk (41)
- # clojurescript (94)
- # clojutre (1)
- # cloverage (8)
- # core-async (31)
- # cursive (3)
- # datomic (14)
- # defnpodcast (1)
- # editors-rus (7)
- # events (1)
- # hoplon (15)
- # leiningen (3)
- # luminus (6)
- # om (142)
- # onyx (86)
- # other-languages (4)
- # pedestal (1)
- # planck (1)
- # portland-or (5)
- # re-frame (96)
- # reagent (16)
- # ring-swagger (17)
- # rum (73)
- # specter (25)
- # untangled (14)
- # yada (142)
@thedavidmeister no, i haven't seen that error yet. have you solved the issue yet. you must have some funky setup... the example on the https://github.com/tailrecursion/boot-static has worked the last time for me; does it work for you? @dm3 "conflicting versions of Netty on the classpath" shouldn't be the issue because iirc vertx runs within its own pod
Hey all. I just started a new hoplon-castra project from the hoplon-castra template, switched build.boot to use clojure 1.8, then started with boot dev and immediately got this error: clojure.lang.ExceptionInfo: java.io.FileNotFoundException: Could not locate ring/core/protocols__init.class or ring/core/protocols.clj on classpath., compiling:(ring/util/servlet.clj:1:1)
earlier today I was reading through the layout discussion from 2 years ago at http://hoplon.discoursehosting.net/t/lets-talk-about-layout/223
@micha: never saw that thread before! but yeah, @jamieorc, hoplon/ui
is what came of that. and i’m working on the forms for it right now.
it has about 80-85% of the cases covered, but there are a few corners where you might need things such as scrolling of inner elements/fixed positioning, transitions, elements in front of other elements in a layout, etc where we don’t have great solutions yet.