asami

simongray 2022-09-21T12:19:24.052559Z

I’m just going with two separated graphs for now 🙂

simongray 2022-09-21T12:30:01.749949Z

Hmmmm…. I wonder why I am not able to do this:

(d/transact (d/connect "asami:") 
              {:tx-data [{:db/ident "abc"
                          :test' "test"}]})
when the https://github.com/quoll/asami/wiki/4.-Transactions#entity-updates states: > It is safe to use a replacement annotation on an attribute that does not yet exist, making it possible to use them liberally even when creating an entity.

✅ 1
respatialized 2022-12-19T14:37:36.731349Z

I'm observing this bug too.

simongray 2022-09-21T12:30:53.427509Z

is it a bug or did I misunderstand?? :S

quoll 2022-09-21T12:32:52.548939Z

It might be a bug? I think it tries to find the node associated with “abc” and then attach that property. But because the node doesn't yet exist, then perhaps that's it didn't work? I need to look at it

🙏 1