Adam Solove
Adam Solove
Just force-pushed a rebase and checked that merging into master is clean and tests pass. If you still see anything wrong let me know. Thanks.
Just a note that I am interested in pursuing this. I'm reviewing the solver code against the original paper and the Java version to understand it and hope to have...
I'm happy to add in more features to the new api. I'm curious what you think hierarchies and editing would look like.
I'm porting over an existing Cassowary application and have a need to be able to add constraints of different strengths, so I've added the following: ``` javascript c("a+b+c==total"); // defaults...
What is the intersection between this and the new API? Is it still worth making the internal Variable objects observable?
Yes, appears the iPad changes the body's height from reflowing content even after the dom is rendered. I've committed a fix that helps that in the case of reloading the...
I would prefer to not have two separate versions of each function. One cool feature of other libraries I've worked with is that you can open a batch, call functions...
The specific example I know best is [koala](https://github.com/arsduo/koala) in ruby. Here's a simple snippet: ``` ruby @graph.batch do |batch_api| # Assuming you have database fields "about_me" and "photos" batch_api.get_object('me') {|me|...
I'm no longer working on the project this was intended for. Batch support is still a great idea for serious users of the FB API, but I don't have much...
Started looking at this one, some notes so I don't forget when I come back to this: - The resolution of this will need to be over in `pyret-lang`, which...