Alexander Avakov

Results 24 comments of Alexander Avakov

Hello there. You should provide ls variable type in localStorage section of Vue instance or call get/set methods with third parameter which allows to provide dynamic variable type: ```js Vue.localStorage.get('property',...

@shanghen you're trying to access private property. Yes, you can, but it's wrong from view of js naming agreements. I'll implement third parameter ASAP. Be welcome to make a PR...

@mikkiek I think the best way to implement it - forget about providing a type and use ```JSON.stringify/parse``` for processing localStorage values. I don't think that data merge is expected...

Yes, it does. It will not set up the Vue plugin when you're on SSR. But you mustn't call any of ls methods when you're inside server environment.

I think users should vote if that functionality needed. Local storage doesn't provide any expiration features out of a box

Hello, thank you for PR! May be we should leave ```.indexOf``` method only? I don't think that this code will make a huge performance boost on modern browsers, but it...

Rules like `ForbiddenMethodCall`, `ForbiddenImport` are not working with the plugin.

Another issue is usage with something like `react-tables`. The table can be re-sorted, filtered and it's very hard to support the indexes.

It happens not only with static tooltips.