Fork me on GitHub
#hoplon
<
2016-09-02
>
onetom02:09:43

@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

dm307:09:38

yeah, but the error indicates just that

jamieorc17:09:07

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)

jamieorc17:09:21

Known problem with any of the dependencies?

jamieorc17:09:09

figured it out… backing off of ring and compojure betas worked

jamieorc17:09:10

earlier today I was reading through the layout discussion from 2 years ago at http://hoplon.discoursehosting.net/t/lets-talk-about-layout/223

jamieorc17:09:18

curious what came out of that

micha17:09:00

@jamieorc one thing is hoplon/ui

jamieorc17:09:18

thanks, checking it out

jumblerg19:09:21

@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.

jumblerg19:09:09

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.

jamieorc20:09:56

are you guys using it in your own production code or still figuring it out outside of deployments?

jumblerg21:09:35

i have a few small production projects i’m using it in