shaunxcode / datomicism

interface for visualizing datomic schemas and queries
81 stars 17 forks source link

content wont load after connection #7

Closed trevor closed 11 years ago

trevor commented 11 years ago

after connecting to the datomic web server and finding a database, no content is loaded in the interface, yet URLs seem to work such as

http://localhost:6655/api/query?query=%5B%3Afind+%3Fe+%3Awhere+%5B%3Adb.part%2Fdb+%3Adb.install%2Fattribute+%3Fe%5D%5D
shaunxcode commented 11 years ago

Sorry about this, it is my fault for updating the underlying jsedn lib datomicism depends on and not having the package.json point to the earlier version. I am in the process now of updating it to work with the newer version now, should be working in a few hours.

shaunxcode commented 11 years ago

Could you verify that this is working for you now once you have 0.0.3 installed?

shaunxcode commented 11 years ago

This should now be resolved.