Dustin Getz

Results 154 issues of Dustin Getz

``` (ns hypercrud.browser.field-test #?(:cljs (:require-macros [hypercrud.browser.field-test :refer [pull->attr-tests test-defined-pull test-partial-splat test-splat]])) (:require [clojure.test :refer [deftest is testing]] [contrib.data :as data] [contrib.reactive :as r] [contrib.uri :refer [->URI]] [hypercrud.browser.context :as context] [hypercrud.browser.field...

This stage ``` [[:db/add "tempid-17592186047481-:link/fiddle-[:fiddle/ident :seattle/districts]" :fiddle/ident :a/yo] [:db/add 17592186047481 :link/fiddle "tempid-17592186047481-:link/fiddle-[:fiddle/ident :seattle/districts]"]] ``` In conjunction with this query (note #_ :db/id) ``` [:find [(pull ?link [#_:db/id :fiddle/ident]) ...] :where...

Moving `[?e :fiddle/ident]` below the or-join causes query to fail. http://hyperfiddle.hyperfiddle.net/ ``` [:find (pull ?e [:hyperfiddle/starred :fiddle/ident :db/id]) (max ?tx) :where [?e :fiddle/ident] (or-join [?e] (and [(ground hyperfiddle.io.bindings/*subject*) ?user-id] [?e...

Schema has to hydrate all the aliased db/idents somehow, in addition to the actual db/ident. Otherwise, there are valid datomic queries which return valid results, but hyperfiddle does not have...

One is parsed with the reader, and one is parsed into keyword constructor ![image](https://user-images.githubusercontent.com/124158/50122314-dd3a2200-0229-11e9-8449-6f5fea2a51f5.png)

`http://tank.hyperfiddle.com/:dustingetz.storm!view/~entity('$',17592186047424)` is often truncated before the closing paren

- [ ] http://tank.hyperfiddle.com/:dustingetz.storm!view/~entity('$',17592186047281) :edit then parse! Split from #779

This is the not-ACID point – once you are here, it needs to transact each group, even if one of them fails halfway through. Can't commit this since it's used...

Inspiration: a text cell that floats a widget when focused ![image](https://user-images.githubusercontent.com/124158/50008327-d1c4cd80-ff81-11e8-8a35-efb3180258ff.png) My first whack, I tried to have a codemirror in a grid cell, and then i used CSS to...