Avery Quinn

Results 20 issues of Avery Quinn

Let's face the facts, our test coverage in samples is abysmal. We need to evaluate and add tests for any samples where it makes sense. - [ ] [auto-reload-server](../blob/master/auto-reload-server) -...

primed

From pedestal/pedestal#114, we would like to remove the usage of local `url-for` definitions in any samples where they occur.

primed

When I'm here: ![screen shot 2013-08-08 at 6 53 40 pm](https://f.cloud.github.com/assets/29839/930304/10e73a2c-0008-11e3-9f98-4e599f925b8e.png) And I hit enter on my keyboard, it doesn't submit the form. Only clicking Continue will do so. I...

imported

**io.pedestal.app.render.push.templates/update-template** uses **dom/set-html!** to re-render its data. This is a problem if you have previously placed event listeners on the html element that was previously there, it gets wiped out....

imported

[Issue #142](https://github.com/pedestal/pedestal/issues/142) resulted in a recording file with `:config nil`. When loading the Rendering page, having one or more files with a nil config caused a null exception. I'm looking...

imported

``` clojure [:node-create [:a :* :c :*] render-me] ``` matches a keypath of ``` clojure [:a :v :c :z] ``` but ``` clojure [:node-create [:a :* :c :* :**] render-me]...

imported

I have the developer console using up half the screen in chrome. When the developer console is up, and I click on a action button that generates a message with...

imported

If I have multiple 'run-sync!'s in my test, the second one doesn't seem to update state until after a small amount of time. The following is just an example, but...

imported