hodur-visualizer-schema icon indicating copy to clipboard operation
hodur-visualizer-schema copied to clipboard

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an A...

Results 13 hodur-visualizer-schema issues
Sort by recently updated
recently updated
newest added

I have created a new project but when I jack in I can require visualizer but none of the functions are available I get. ` No such var: visualizer/schema` This...

Hi, @luchiniatwork — thank you for writing Hodur, as it's what made me brave enough to even try Datomic Cloud! (I loved gushing about it at Clojure/conj last year! https://www.youtube.com/watch?v=5mbp3SEha38&t=19s...

Hi! I can't make schema visualizer-schema to work [hodur/engine "0.1.8"] [hodur/visualizer-schema "0.1.1"] in my case 1 I build lein project 2 add go script in resources 3 make my index.html...

When starting up `hodur-visualizer-schema` I get: `Exception in thread "main" clojure.lang.ExceptionInfo: Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server {:not-loaded figwheel.server.jetty-websocket/run-server}` This looks like it could be related to [Figwheel Jetty Conflicts](https://figwheel.org/docs/jetty_conflicts.html)....

See https://figwheel.org/docs/jetty_conflicts.html This fixes https://github.com/hodur-org/hodur-visualizer-schema/issues/8

Visually separate entities of the domain and implementation-specific mechanics. The seperation should be visually so that a developer and domain expert can see inter-dependencies between domain and mechanic-related entities easily...