<yurb>
I'm going to need to create an svg with points such that if the points are too close, they need to be moved apart to not overlap. Something like collision detection. Are there any handy tools for calculating positions of objects / packing such that they don't collide? Something in between this: https://archive.nytimes.com/www.nytimes.com/interactive/2013/05/25/sunday-review/corporate-taxes.html
<ecraven>
graphviz might be able to do something like that
niflce has quit [Ping timeout: 240 seconds]
niflce has joined #racket
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #racket
orivej has joined #racket
evdubs__ is now known as evdubs
tsiolkovsky has joined #racket
catonano has quit [Quit: catonano]
catonano has joined #racket
ArneBab has quit [Ping timeout: 250 seconds]
niflce has quit [Ping timeout: 246 seconds]
evdubs_ has joined #racket
evdubs has quit [Ping timeout: 260 seconds]
evdubs__ has joined #racket
evdubs_ has quit [Ping timeout: 245 seconds]
narimiran has quit [Ping timeout: 240 seconds]
rgherdt has quit [Ping timeout: 260 seconds]
GreaseMonkey has joined #racket
bitmapper has quit [Quit: Connection closed for inactivity]
libertyprime has joined #racket
nebunez has quit [Ping timeout: 240 seconds]
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #racket
nebunez has joined #racket
aeth has quit [Ping timeout: 252 seconds]
aeth has joined #racket
rj has quit [Ping timeout: 240 seconds]
c2f00 has joined #racket
nebunez has quit [Ping timeout: 260 seconds]
c2f0 has quit [Ping timeout: 268 seconds]
ptdevnull has joined #racket
<ptdevnull>
Hi, can anyone help with a many-to-many relationship in Racquel? I'm using Postgres on the backend. https://pastebin.com/vwbHB5cs
<ptdevnull>
I'm not a sql expert, so I'm not sure what query I should be crafting with RQL. I'm also not sure where to declare the cardinality (which class, etc).