asami

quoll 2022-07-11T02:55:02.765709Z

@holyjak I finally got around to your PR. Thank you! I merged it, then added in code for some edge cases.

quoll 2022-07-11T03:49:11.286229Z

OK, after a long break, version 2.3.2 is finally out.

🥳 1
🎉 3
quoll 2022-07-11T03:49:29.598879Z

There are more things that I'm close to, but I figure I should get something working out sooner, rather than continuing to delay

Jakub Holý (HolyJak) 2022-07-11T06:42:03.749869Z

thank you so much!

quoll 2022-07-11T14:25:59.323849Z

Your code was great. You also opened up a whole lot of possibilities in entities.cljc, and so I worked on covering those. I haven’t tested them all though 😳

quoll 2022-07-11T14:26:21.719859Z

Silly things, like: [:db/add -1 :db/id -2]

quoll 2022-07-11T14:26:42.951559Z

or: [:db/add :node-123 :db/id -2]

Jakub Holý (HolyJak) 2022-07-11T14:26:53.277609Z

Thank you! I am looking forward to having a look at the changes you did.

quoll 2022-07-11T14:28:57.041319Z

Lots of if blocks. I tried to avoid most redundancies though

quoll 2022-07-11T13:53:31.575409Z

If I get some time this week (my job is incredibly demanding right now), then I want to release the with function

😍 1