Scott Walton

Results 55 comments of Scott Walton

Hi @tpict, thanks for reporting this. Do you know if the issue occurs under Firefox? Do you have some sample code that can replicate the issue?

So if I'm understanding it correctly, every time you run `fetch()`, the in-memory model should update with whatever's in the `localStorage`, overwriting the data in the model/collection. I'll pull a...

I'm removing the `2.0` milestone until I can understand what needs to happen here. I'm thinking it _might_ be a bug but I'm not sure.

Hi @Chris136 - is the local storage being updated in multiple places? e.g. are there two models referencing the local storage record?

Thanks for the information @Chris136 If I understand this correctly, what's happening is: 1. Fetch all events from localStorage 2. Add new event 3. Move away from view 4. Move...

Hi @Chris136 Would it be possible for you to check the version of Backbone.localStorage that you're using? I've been trying to recreate this in tests and the output seems to...

Thanks @Chris136, is the issue still present?

HI @Chris136 That'll be awesome, thanks 👍

Hi @Liero This might be because Backbone doesn't have good support for being treated as an ES6 class. Try the following: ```js import { Model } from 'backbone'; import {...

Hi @spenoir - is this referring to doing `model.destroy()` when the model comes from a collection with `localStorage` set?