Avery Quinn
Avery Quinn
- Create a pedestal-app with a template that refers to base.html in it's _within tag instead of application.html - Ensure there is no application.html file within the templates dir -...
dtfn needs to keep a map of ids to templates so that it can update those templates when update-t is invoked. The issue is that these ids are always auto-generated,...
The documentation for pedestal states, that effect functions configured in dataflow description under :effect key should trigger when value in data model at configured path changes. However, i'm experiencing different...
I am writing a multi-screen app and am trying to log incoming messages using :pre, a use case [suggested by Brenton](https://groups.google.com/d/msg/pedestal-users/RrDjfQ5mT8k/XcgKXCfiPEsJ). Since I wanted to see all messages, I used...
Dynamic templates automatically generate ids for nodes. It uses these generated ids to later update nodes. This is a problem when you want to have a dynamically updated id. Dynamic...
In my application.html file, if I have something like ``` html ... ``` OR ``` html ... ``` The xmlns is removed when the file is requested from the server....
As brought up in #105, sometimes we write code that can't actually be represented in ClojureScript (character manipulation, for example.) In these cases, app-tools generally serves a blank page instead...
When we moved from v1 to v2 dataflows we renamed a number of dataflow function types. - [ ] Review names in app and dataflow namespace to ensure that all...
The default emitter will sometimes generate :node-create deltas when a node already exists. This does not cause a problem because the tree will just ignore it but it is a...
I noticed the projections were off for Phoenix 1.3 and found #10. I've written a `.projections.json` file for my own project and wanted to share it back (see [.projections.json]( https://gist.github.com/rkneufeld/a2c1a1efc53f9edf73cdad03ddeb201a))....