Matt Huebert

Results 40 issues of Matt Huebert

I'm on a new DigitalOcean droplet (Ubuntu Dokku v0.3.15 on 14.04). I've followed the instructions for installing dokku and this plugin, and am now trying to deploy a simple node...

currently not working

Proposed: add first-class error handling to `re-db.reactive`. - `r/error` will return an Exception/Error instance if it exists, - a reaction will receive/inherit the error of any of its dependencies, -...

This branch is for adding support for "patterns" in Clojure. - re-use the data structure as we use in cljs for recording pattern dependencies, eg `{e {a {v }}}` -...

https://reactjs.org/docs/fragments.html This _may_ allow us to reduce the overhead of pre-crawling hiccup structures to splice lists into their parent vectors. Unsure if this will have a meaningful impact on how...

on Android, if you tap the arrow, you get a zoomed-in view of the button that won't let you do anything

bug

Let anyone sign in with Twitter and save/publish their own "ideas"

enhancement

Allow arbitrary paths for posts, to make use of the .is domain. eg/ "matt.is/asking-you-for-cake". Implementation: keep a list of URL slugs in firebase (eg. /customPaths/asking-you-for-cake). The value of this location...

enhancement

I'm using Leiningen 2.5.1 on OSX. If I run `lein new cljs-start test`, I have to kill the process manually because it never exits (but it seems to create the...

Example of using the performance api to measure event-handling timings. These can be nicely viewed in devtools `Performance` tab profiles. In the example below, we see the `doc/tx` event taking...