asami 2022-07-11

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

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

🥳 1
🎉 3

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!

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 😳

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

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.

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

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

😍 1