Fork me on GitHub
#clojure-europe
<
2020-12-15
>
plexus06:12:26

Good morning ☀️

☀️ 6
3
dharrigan07:12:02

Good Morning!

slipset08:12:38

God morgen

genRaiy09:12:19

Morning morning

genRaiy09:12:16

Does anyone have a good resource for drawing graphs esp ACLs in Clojure?

genRaiy09:12:41

Or better, Clojurescript

orestis10:12:01

What’s an ACL?

synthomat10:12:26

good morning

synthomat10:12:43

I only know access lists; is this somehow related to graphs?

dharrigan10:12:43

access control list?

ordnungswidrig10:12:41

Gooood morning!

ordnungswidrig10:12:26

Is there a “canonical” domain to demo applications with a UI? Something besides the omnipresent Todo app and not something like “admin ui”?

ordnungswidrig10:12:53

I wanted to show something the other day and I was totally blocked coming up with a non-boring example. Should be “form driven”.

synthomat10:12:59

twitter clone, blog, it asset management? how complex shall it be?

dominicm11:12:18

Pet store? :P

dominicm11:12:56

@raymcdermott I always reach for ztellman's rhizome, despite it being archived. If I need to go lower level I use dorothy for dot.

ordnungswidrig11:12:52

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.

ordnungswidrig11:12:07

Pet store, oh no! not again!

genRaiy12:12:01

ACL should have been DAG

genRaiy12:12:30

Needed

genRaiy12:12:29

Thanks @dominicm I was hoping to avoid dot and maybe use some JS viz framework

genRaiy12:12:05

@ordnungswidrig a non-boring form driven app you say? Wine, coffee or tea or other enjoyable thing ... rating system

❤️ 3
borkdude12:12:07

That library looks awesome.

ordnungswidrig13:12:22

@raymcdermottI like the way you’re thinking.

ordnungswidrig13:12:15

“enjoyables.review”?

3
Joaco14:12:49

Hi, I have a REPL question

Joaco14:12:15

I started a REPL and trying to do a http request with HttpClient

Joaco14:12:33

and repl throws java.lang.IllegalStateException: Client/Server mode has not yet been set.

Joaco14:12:54

but if I build the jar and run it’s works fine

Joaco14:12:37

Do I need run REPL with some kind of flag or something?

otfrom14:12:41

@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

otfrom14:12:06

(I often ask questions like this here, but other channels are more likely to get a response)

Joaco15:12:01

ok, thank you @otfrom

otfrom15:12:53

@me1435 you can post it in both places, you'll just get a faster answer usually in the other 🙂

Joaco18:12:29

in #beginners solved my problem, is an issue with old version of http-kit , I upgraded to 2.5.0 and now works

ordnungswidrig20:12:35

Mark that day in the calendar. One seldom issue where upgrading in clojure helps. 😛

😅 3
otfrom21:12:46

What? How? I've got a library I can't upgrade from 1.9 to 1.10 because it makes tests fail

slipset21:12:14

@otfrom maybe you should seek help in the #beginners channel :p

otfrom21:12:35

I probably should do