Anton Gilgur

Results 283 comments of Anton Gilgur

@simonbengtsson using `lerna` and managing a monorepo has it's own overhead as well that should not be ignored -- it's not altogether different from one group maintaining multiple repositories/plugins except...

Just noting that this and `redux-persist`'s State Reconcilers are both only for _initial_ state. This should be made very explicit in any docs for this. Merging existing, in-memory data is...

@airtonix sorry for the delayed response > but can mostly assume it's to do with how to persist selected parts of our tree: Sorry that's not correct. This issue is...

@Venryx @barbalex @rafamel would love to get any of your input on this 🙂

That could be an option too. The array piece is still a bit confusing either way

Thanks for narrowing this down to a more minimal example @YanisKondakov , was hard to read through before. You still didn't quite provide an example of where this code is...

Importing from `mst-persist/transforms` is currently blocked on https://github.com/jaredpalmer/tsdx/issues/175 / https://github.com/jaredpalmer/tsdx/issues/365 as `tsdx` seems to have a bug with multiple inputs where it sets all their output filenames to the same...

@sabermazoji so `localStorage` [has no expiration built-in](https://stackoverflow.com/a/2327030/3431180). If you'd like to expire entries in your app, you'd have to add an `expiration` field or something to your models and just...

Not sure if this is just an `import` or an update problem, might be a bug in the Go SDK or perhaps even more likely the API itself. After applying...

Similarly ran into this problem and agree with the proposal by @triccardi-systran. I'd also like to mention that without using a `.env` file, the optional override is _impossible_. I often...