David

Results 12 issues of David

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

15.x

Since they are deprecated (https://github.com/ngrx/platform/issues/2980), `SelectorWithProps` and usages can be removed. ## If accepted, I would be willing to submit a PR for this feature [x] Yes (Assistance is provided...

Project: Store
Breaking Change

> But this got me thinking, perhaps we could follow-up this PR by providing all of the devtools options, and only add them to the config when they deviate from...

Project: Store Devtools

The official Angular DevTools are now released, which were apparently a joint effort with the Augury team. The readme of this repo should probably point toward the new devtools, and...

1Password recently introduced a feature to unlock vaults with Apple Watch authentication (which must grant access to the master password in the Keychain to the application). Are OS-specific features welcome...

Priority: Medium
Type: Enhancement
Status: Available
Effort: High
Platform: Mac
Status: Help Wanted

Currently, apps utilizing this extension send data to the devtools whether or not they are open. This potential performance impact is not mitigated by `autoPause`, which only stops the devtools...

`autoPause` prevents the redux devtools extension from doing tracking work. But this doesn't prevent tools that integrate with the devtools from doing work to prepare and send some state to...

feature

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

Breaking Change
15.x

https://github.com/ngxs/store/blob/9f0fcb02e67300c1c4a107dbe0cb3172cb321a82/packages/store/operators/src/types.ts#L33 In TS 5.4, a native `NoInfer` type will be introduced. Then this type can be replaced.

### Which @ngrx/* package(s) are relevant/related to the feature request? component-store ### Information I'm pretty sure with `NoInfer` in TS 5.4 that we can avoid the problem of needing explicit...

Project: ESLint Plugin