hyperfiddle

http://hyperfiddle.net
mtbkapp 2018-10-23T16:19:55.000100Z

@dustingetz I guess I typed too slow on a fiddle on http://tank.hyperfiddle.net and it blew up. Sorry.

2018-10-23T17:30:46.000100Z

@mtbkapp Its only you, its in your local storage. Try clearing the staging area, or if you are good in datomic, you can fix it

2018-10-23T17:31:01.000100Z

can you screenshot the error also, thanks

2018-10-23T17:32:57.000100Z

You can also send me the stage and i can fix it

mtbkapp 2018-10-23T17:33:55.000100Z

Slack doesn’t want to let me upload a file. The error is :db.error/datoms-conflict Two datoms in the same transaction conflict

mtbkapp 2018-10-23T17:34:29.000100Z

fiddle was: :mtbkapp/accounting If it’s easier you can just delete it.

2018-10-23T17:34:39.000100Z

It doesnt exist anywhere but in your local storage

mtbkapp 2018-10-23T17:34:45.000100Z

I got it.

2018-10-23T17:34:51.000100Z

can you get to the staging area and paste me the datoms?

mtbkapp 2018-10-23T17:35:20.000100Z

`[[:db/add “-2017569654” :fiddle/ident :mtbkapp/accounting] [:db/retract “-2017569654" :fiddle/type :blank] [:db/add “-2017569654” :fiddle/type :query] [:db/retract “-2017569654" :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :db/ident :db/add]]“] [:db/add “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e ]]“] [:db/retract “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :nei]]“] [:db/add “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :neighbo]]“]]`

2018-10-23T17:37:11.000100Z

`

2018-10-23T17:37:17.000100Z

[[:db/add "-2017569654" :fiddle/ident :mtbkapp/accounting]
 [:db/add "-2017569654" :fiddle/type :query]
 [:db/add "-2017569654" :fiddle/query "[:find (pull ?e [:db/id *]) :where\n [?e :neighbo]]"]]

mtbkapp 2018-10-23T17:37:20.000100Z

I got it cleared out.

2018-10-23T17:38:45.000100Z

That error happens sometimes, for now you just have to fix it occasionally

mtbkapp 2018-10-23T17:39:25.000100Z

Alright. Thanks for the help.