Dave Dixon

Results 52 comments of Dave Dixon

I think I see what you're saying about parent, and I believe that will work. The virtual elements represent the logical DOM, and Polymer is free to move stuff actual...

I was thinking of batching initial mount, with the idea of using `distributeContent` after render. Tried it, and a little surprisingly `.distributeContent` doesn't solve the problem. What you describe around...

Along similar lines: it would be nice if `navigate --show` popped up `deps-graph/root.svg` in the browser. Right now it doesn't seem to do anything.

I'd like to take this one (several?) step further, and use the machinery in posh to be able to detect when queries change. I'm working on a simple forward-chaining rules...

Sounds like N-body gravitational simulations in physics. To exactly calculate the force on one particle, you'd need to calculate the distance to every other particle, which results in the combinatoric...

Thanks - I had forgotten about lein-jupyter. That should get me going.

Awesome! Thank you, I will take a look.

`(s/conform ::or-clause '(or [?e :a 1] (and [?e :b 2] [?e :c 3])))`

Do you mean to use `==` in the 1-arity version of `com.tbaldridge.odin/update`? Changing to `=` does fix this particular issue, though don't know if that breaks something else.