dimtabu

Results 5 issues of dimtabu

It would be great if in the second version of the library the model and collection got rid of the built-in backend API. In my opinion, the backend API should...

question
change
break

default normal behavior: ```js const coll = new Backbone.Collection(); coll.add({ id: 1 }); coll.add({ id: 1 }); coll.add({ id: 1 }); console.log(coll.lenght); //1 ``` but, if we did that with...

bug
starter

### Description the getOption method have falsy check for keyName and this may lead for some unexpected results. link to source: https://github.com/marionettejs/backbone.marionette/blob/0b383151057fb2728f9db98afbc26a614cbc8eb7/src/common/get-option.js#L7 example: ```js const falsyKey = 0; const view...

### define Application region in runtime as i can see, there is no chance to do it right now, because user can pass to `region` property region class if this...

feat:region

## Link to bug demonstration repository https://github.com/taburetkin/nyc-issue ## Expected Behavior I Expected that report will contain coverage inforamtion atleast for src/first.js and src/second.js ## Observed Behavior empty report for different...