Good morning ☀️
Good Morning!
morning
God morgen
mogge
morning
Morning morning
Does anyone have a good resource for drawing graphs esp ACLs in Clojure?
Or better, Clojurescript
What’s an ACL?
good morning
Morning
I only know access lists; is this somehow related to graphs?
access control list?
Gooood morning!
Is there a “canonical” domain to demo applications with a UI? Something besides the omnipresent Todo app and not something like “admin ui”?
I wanted to show something the other day and I was totally blocked coming up with a non-boring example. Should be “form driven”.
twitter clone, blog, it asset management? how complex shall it be?
Pet store? :P
@raymcdermott I always reach for ztellman's rhizome, despite it being archived. If I need to go lower level I use dorothy for dot.
IT asset management sounds like a good domain. I don’t want something overly complex but mainly form driven. Twitter and blogs are deserving their own verify UI I guess.
Pet store, oh no! not again!
Morning
ACL should have been DAG
Needed ☕️
Thanks @dominicm I was hoping to avoid dot and maybe use some JS viz framework
@ordnungswidrig a non-boring form driven app you say? Wine, coffee or tea or other enjoyable thing ... rating system
That library looks awesome.
@raymcdermottI like the way you’re thinking.
“enjoyables.review”?
Hi, I have a REPL question
I started a REPL and trying to do a http request with HttpClient
and repl throws java.lang.IllegalStateException: Client/Server mode has not yet been set.
but if I build the jar and run it’s works fine
Do I need run REPL with some kind of flag or something?
@me1435 you shouldn't need any special flags. #beginners is a good channel for this as well, but if you give us a link to a gist or similar then someone might take a look
(I often ask questions like this here, but other channels are more likely to get a response)
ok, thank you @otfrom
@me1435 you can post it in both places, you'll just get a faster answer usually in the other 🙂
in #beginners solved my problem, is an issue with old version of http-kit , I upgraded to 2.5.0 and now works
Cool 😃
Mark that day in the calendar. One seldom issue where upgrading in clojure helps. 😛
What? How? I've got a library I can't upgrade from 1.9 to 1.10 because it makes tests fail
@otfrom maybe you should seek help in the #beginners channel :p
I probably should do