Dustin Getz

Results 288 comments of Dustin Getz

A typo in a s/fdef (datomic-arg instead of argS) took a long time to debug, not sure if this is a real issue in the future when everything gets tightened...

Here it is in user.hello-world ![image](https://user-images.githubusercontent.com/124158/83461793-9947d680-a437-11ea-8cbf-a5a475d4a7e4.png) We have considered this a defect in Datomic since forever

https://github.com/hyperfiddle/hyperfiddle/issues/584

`(d/q '[:in $ ?e :find (pull ?e [*]) :where [?e :dustingetz/email]] $ "a")` Execution error (Exceptions$IllegalArgumentExceptionInfo) at datomic.error/arg (error.clj:79). :db.error/not-a-keyword Cannot interpret as a keyword: a, no leading :

This breaks the stage flow as well as cancel flow, and not just on schema editor but other popovers too

This description is not true! This is a link on a nested ref, and thus has a parent-child relationship, and absolutely requires a row in scope.

But, :hf/new is reachable from the toplevel inferred element and row. We shouldn't need to set an element or row, and once inferred, this is a reachable link (it should...

https://github.com/hyperfiddle/hyperfiddle/issues/868

``` [[:db/add "blazedb" :db/doc "FHIR medical records demo"] [:db/add "blazedb" :database/write-security :hyperfiddle.security/owner-only] [:db/add "blazedb" :hyperfiddle/owners #uuid "5b0dd2d7-24a4-4122-bd8e-168817f2e0e7"] [:db/add "blazedb" :hyperfiddle/owners #uuid "acd054a8-4e36-4d6c-a9ec-95bdc47f0d39"] [:db/add "blazedb" :database/db-name "blaze"] [:db/add "hyperfiddle.tempid--853640389" :domain/fiddle-database [:database/uri...