Levent Arman Özak

Results 14 comments of Levent Arman Özak

Hey @behoyh, First of all, thanks for your contribution. We are discussing with the team if and how we should implement this feature. It may take a while, but we...

Some additional information: the quality loss consistently happens when the start of the recording is cut, not the end.

Why do you think that? I have updated [the StackBlitz demo](https://stackblitz.com/edit/ngxs-pizza) to Angular 14 and it works. I also had a production build and it was successful. Have you faced...

Thank you @Cnelly611. I have been able to reproduce the problem and can confirm it does not exist in Angular 13. We will work on the issue and try to...

Hi @alexw10, @Cnelly611, @mkubik-tm, Sorry for the delay. We have fixed the problem and released [v3.0.0](https://github.com/ng-turkey/ngxs-reset-plugin/releases/tag/v3.0.0). The change requires Angular 14+, hence the major release.

Hi @Carniatto, @joaqcid, Take a look at [this playground](https://stackblitz.com/edit/ngxs-state-slice?file=src/app/app.state.ts). When every state has its own slicer, you no longer have a slicing problem. ;) Have a cheerful day.

I prefer functions, because they are more flexible and reusable. That doesn't mean keys can't be used. I'd rather not have an overloaded function though. Please consider introducing separate functions,...

Hi @Carniatto, How do we select `baz` when the state model is as follows? ```ts interface SomeStateModel { foo: { bar: { baz: string; }; }; } ``` Please take...

Hi @richarddavenport, This does not look practical. It is a lot of work for not so much of a gain. Besides, you will end up creating selectors that you will...