ambischof

Results 8 issues of ambischof

Lets say we have the following user: ``` bob = new MyModel({ name: { first: 'bob', middle: 'bill', last: 'smith' } }) ``` if you do `bob.set({name.first: "Bob"})` you'd get...

Bug
Parity

### Description See this fiddle https://jsfiddle.net/hsrkbs8d/ If a view has more than one region and one region's view contains an element with the same selector as another region's selector and...

docs
bug
wontfix
feat:region

## Background My team has been using dagre-d3 for a while and we were noticing that the rendering time took forever on some of our larger graphs. ## Issue and...

Lets say we have a collection sorted on attribute 'name', and there are 4 entries with the name "Bob", if we change some other attribute, say 'age' on the second...

Probably because the example is put in the same section as the description, but if the description is not set, the example doesn't show up.

bug
template

I would like the size of the zoom window to be configurable in the options. If there is already a way to accomplish this, please, just let me know; I...

I have a case where one of my modules uses a url which includes the id of the logged in user, only available on the store, but there does't seem...

I'm trying to use this in conjunction with another library and both try to add actions to modules such as `create` `update` etc which do very different things. Is there...