Artur

Results 103 issues of Artur

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

This commit adds a new option to the storage plugin called `namespace`. The namespace is used to prefix keys for state slices. This is necessary when running micro frontend applications...

ready to release
type: feature

This PR adds a new option `warnOnUnhandledActions`. This allows users to know if they have dispatched some actions which any NGXS state hasn't handled. This is useful to monitor if...

Angular runs 10 change detection cycles if the `notify()` method is called within the Angular zone. This drastically affects the performance since we actually shouldn't run those change detections when...

needs discussion

I've removed the reference to `events` module within type definitions. The `events` is a Node.js package, which shouldn't be used since xgplayer is running in the browser. This also was...

Dear colleagues @BioPhoton @hoebbelsB @Karnaukhov-kh , let's discuss the library structure. The goals we will ultimately pursue are build speed and tree-shaking. ### Split big libraries There are different reasons...

✍️ Enhancement
🛠️ CDK