Fork me on GitHub
#hyperfiddle
<
2018-11-19
>
Dustin Getz14:11:12

@alexandrkozyrev regarding the cljs-ns not resetting – that's a bug, thanks for the report. It is stored in Datomic, but sometimes the namespace objects get reused. There are a couple bugs here that we need to fix

Dustin Getz14:11:26

@alexandrkozyrev regarding using the datomic api – today you have to use the fiddle/query or fiddle/pull. There are improvements coming here eventually. The schema is always available in the ctx, we can make an example of that if you want

alexandrkozyrev16:11:56

can you please explain a bit schema in the ctx

alexandrkozyrev16:11:15

I don’t really understand (w/ datomic api access restriction) is it executable in HF - http://dustingetzcom.hyperfiddle.net/:datomic-peer-query-loom/

Dustin Getz16:11:27

Great question. That blog post predates Datomic Cloud, which does not have an entity API

Dustin Getz16:11:20

But there are still times when you need datomic API access, so to do that in hyperfiddle, we will need to give you fiddle/type :clojure, which will run in the JVM

Dustin Getz16:11:34

We haven't done that yet because there are security issues to be thought through

Dustin Getz17:11:43

Here is the loom breadth first search running in hyperfiddle: http://www2.hyperfiddle.net/:demo!datomic-query-loom/ The problem is we don't expose a clj-ns, so there's no way for you to install clojure functions that can be seen from datomic query. only we can do that for now. it has to be done very carefully because of security

Dustin Getz16:11:20

But there are still times when you need datomic API access, so to do that in hyperfiddle, we will need to give you fiddle/type :clojure, which will run in the JVM

Dustin Getz17:11:43

Here is the loom breadth first search running in hyperfiddle: http://www2.hyperfiddle.net/:demo!datomic-query-loom/ The problem is we don't expose a clj-ns, so there's no way for you to install clojure functions that can be seen from datomic query. only we can do that for now. it has to be done very carefully because of security

Dustin Getz21:11:23

Here is the correct/easier way to issue datomic transactions from a button: http://tank.hyperfiddle.net/:dustingetz!slack-parser/#:hf.src!view

alexandrkozyrev11:11:06

is there a tutorial about fiddle/link (hf/_)?

alexandrkozyrev13:11:19

is there a live-inline-entity editor view/representation? for instance, I’d like to able to edit “string” attribute directly in result table - http://alexandrkozyrev.hyperfiddle.net/:new-intent-naive/

Dustin Getz13:11:12

I don't understand :new-intent-naive, can you clarify

alexandrkozyrev10:11:50

as I go through my custom view - http://alexandrkozyrev.hyperfiddle.net/:trinity/ - it looks more and more that I build my own bobtailed and buggy version of hyperfiddle.ui/result and links tab

alexandrkozyrev10:11:02

should I instead make my own “rels”, if so, can you please show me an example?

Dustin Getz13:11:53

Can you help me understand what you are trying to make with :trinity, with mspaint or a google image?

Dustin Getz21:11:30

"make storm" line 8