Donnie Tognazzini
Donnie Tognazzini
@schteppe Thanks for your thoughts! I'll check out some of these options. One question on using SAT.js: wouldn't I have to replicate the entire p2 world in SAT.js objects to...
Hi @OpherV, I'm curious as to the progress of your efforts. Is p2 available in Lance now?
Another idea here would be to collapse the `ElementProxy` behavior into `Element` whereby the internal `node` attribute would function as the "implicit_element" of `ElementProxy`. This would mean that callers would...
> On another thought, is there any reasons that we allow invalid paths at all rather than failing fast? > (I could only reproduce this when it fails to hit...
We could do this, but it would incur overhead every time a Document was created. We could optimize that with caching. On the spectrum of discovering paths from earliest to...
#175 moved Rails support to `ae_page_objects/rails`. Not sure a new gem is warranted. The advantages of moving to a new gem: 1. ae_page_objects becomes free of any Rails code. 2....
Seems like a pretty good improvement. I think things would become even cleaner if we collapsed `ElementProxy` into `Element` altogether: https://github.com/appfolio/ae_page_objects/issues/127#issuecomment-106092730