clojure-europe

For people in Europe... or elsewhere... UGT https://indieweb.org/Universal_Greeting_Time
plexus 2020-12-15T06:11:26.349700Z

Good morning ☀️

1
☀️ 2
dharrigan 2020-12-15T07:11:02.350500Z

Good Morning!

borkdude 2020-12-15T07:57:09.350700Z

morning

slipset 2020-12-15T08:00:38.350900Z

God morgen

thomas 2020-12-15T08:42:31.351100Z

mogge

2020-12-15T09:15:18.351300Z

morning

raymcdermott 2020-12-15T09:28:19.351700Z

Morning morning

raymcdermott 2020-12-15T09:29:16.353100Z

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

raymcdermott 2020-12-15T09:29:41.353600Z

Or better, Clojurescript

orestis 2020-12-15T10:07:01.355700Z

What’s an ACL?

synthomat 2020-12-15T10:25:26.356Z

good morning

mdallastella 2020-12-15T10:25:36.356300Z

Morning

synthomat 2020-12-15T10:25:43.356500Z

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

dharrigan 2020-12-15T10:34:43.356800Z

access control list?

ordnungswidrig 2020-12-15T10:46:41.357Z

Gooood morning!

ordnungswidrig 2020-12-15T10:48:26.357900Z

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

ordnungswidrig 2020-12-15T10:48:53.358500Z

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

synthomat 2020-12-15T10:58:59.358800Z

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

dominicm 2020-12-15T11:05:18.359300Z

Pet store? :P

dominicm 2020-12-15T11:05:56.359400Z

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

ordnungswidrig 2020-12-15T11:41:52.360400Z

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.

ordnungswidrig 2020-12-15T11:42:07.360700Z

Pet store, oh no! not again!

jasonbell 2020-12-15T11:50:19.361Z

Morning

raymcdermott 2020-12-15T12:08:01.362600Z

ACL should have been DAG

raymcdermott 2020-12-15T12:08:30.363200Z

Needed

raymcdermott 2020-12-15T12:09:29.364700Z

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

raymcdermott 2020-12-15T12:35:05.366900Z

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

❤️ 1
2020-12-15T12:52:04.367600Z

https://github.com/stathissideris/dali for dags

1
borkdude 2020-12-15T12:55:07.367900Z

That library looks awesome.

ordnungswidrig 2020-12-15T13:18:22.368300Z

@raymcdermottI like the way you’re thinking.

ordnungswidrig 2020-12-15T13:22:15.368800Z

“enjoyables.review”?

1
Joaco 2020-12-15T14:24:49.369200Z

Hi, I have a REPL question

Joaco 2020-12-15T14:25:15.369700Z

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

Joaco 2020-12-15T14:25:33.370200Z

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

Joaco 2020-12-15T14:25:54.370700Z

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

Joaco 2020-12-15T14:26:37.371200Z

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

2020-12-15T14:48:41.372100Z

@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

2020-12-15T14:49:06.372700Z

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

Joaco 2020-12-15T15:04:01.373200Z

ok, thank you @otfrom

2020-12-15T15:13:53.373800Z

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

Joaco 2020-12-15T18:10:29.375200Z

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

2020-12-15T18:21:39.375600Z

Cool 😃

ordnungswidrig 2020-12-15T20:40:35.376500Z

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

😅 1
2020-12-15T21:52:46.377700Z

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

slipset 2020-12-15T21:56:14.378700Z

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

2020-12-15T21:56:35.379Z

I probably should do