Dustin Getz

Results 239 comments of Dustin Getz

This is such a great talking point for Conj... the key to our open source story, if we expand this to work with fiddles (for example turning on or off...

The name for fiddle/domain attributes could be "drivers". They can be configured. :fiddle/css is a driver, and users can provide additional ones such as. :org.hyperfiddle/scss

No, https://github.com/hyperfiddle/hyperfiddle/issues/876 is in play and could be causing it

https://github.com/hyperfiddle/hyperfiddle/commit/8aafcc5882a7215d957177ad633fdb80f4fce72a

Luke says: Let's slow down, unsure if this is the right thing.

Luke says: Don't know where the old value comes from, is this from debounce? Not all controls use debounce

It actually already is driven externally by fragment deeplink, it is just initial state only and doesn't sync after that. http://tank.hyperfiddle.net/:dustingetz!html5-video-m3u8/#:hf.src!view

Pushy causes major fuckery here, it ends up hard navigating. If the pathname is omitted which i believe is legal for a page-relative hash, pushy eats the page segment and...

I’m not sure if the notion of a “Request” is necessary anymore, perhaps the whole thing can be refactored to be driven by routes all the way through, so the...

regex literals also break equality for eval and trigger bad loading msg (This happens in Rosie) ``` (= '(last (clojure.string/split (or (:sub-req/teacher req) "none") #" ")) '(last (clojure.string/split (or (:sub-req/teacher...