Viktor Zozuliak
Viktor Zozuliak
Recently got issue when plugin constantly crashed until I reinstalled it. Probably this is connected with latest WebStorm update (from 2016.1.2 to 2016.1.3) Plugin version: 0.1.9 WebStorm: 2016.1.3 OS: OSX...
## Description ## Environment - js-data version: latest - node or browser version: any - operating system: any ## Steps to reproduce try adding records to store which have `hasOne`...
## Description JSData gets into infinite loop when trying to add item together with its relations to the store when `idAttribute` fields of related models are different. ## Environment -...
## Description Caught this in following conditions: 1. We create `user` with some `organization_uid`. 2. Then at some point we request this `user` from network with `expand=organization` parameter, so it...
JSFiddle: https://jsfiddle.net/zuzusik/6evanz3g/ The problem is that `Settable` is [applied directly to Record item](https://github.com/js-data/js-data/blob/399513f/src/Record.js#L127) and [schema properties are applied to prototype](https://github.com/js-data/js-data/blob/b21e8dd/src/Mapper.js#L502). And Angular when evaluating expressions during lifecycle when doing dirty...
Bug can be recreated even on [the resize feature page.](http://ui-grid.info/docs/#!/tutorial/204_column_resizing) Drag the resizer between Gender and Company columns to the left, observe the result: Expected - last column sticks to...
It might be reasonable to always return `false` instead - autofill is not really possible in this environment ```html Document test const element = NW.Dom.byId("test", document)[0]; const isAutofill = NW.Dom.match(":autofill",...