Tomasz Ducin

Results 25 issues of Tomasz Ducin

Hello all, What I can see so far is that I can submit a file path that the internals of docson will fetch and display. That's nice, but what if...

Setup: `tsconfig.json` includes `"noUncheckedIndexedAccess": true` and `"strictNullChecks": true`. With this setup, following code should fail: ```ts var numbers = [1,2,3,4,5] var n0 = numbers[0] n0.toFixed(1); // ❌ fails here var...

bug

This PR reduces the number of unnecessary `any` occurrences in devtools packages. ## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows...

action: merge
target: patch
area: devtools

expose `StateSignal` store type in order to make it easier for 3rd party extensions to wrap signal store APIs, e.g. patchState with immer immutability - generic `StateSignal` is difficult to...

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information TL;DR; **Due to `computed` caching only the most recent computation, it **_could_** happen, that unnecessarily the calculations...

Project: Signals

### Which @ngrx/* package(s) are the source of the bug? signals ### Minimal reproduction of the bug/regression with instructions I was trying to create a "generic" signal store with generic...

Project: Signals

This is a very early implementation that already does its job. It's not ready for a merge yet, however, I'd like to start review with @Andarist asap so that it's...

Suppose one has got quite a big application with lots of icanhaz templates (because he likes it) and keeping them in index.html or one single template file is difficult to...

### Which @angular/* package(s) are the source of the bug? devtools ### Is this a regression? Yes ### Description it should be showing `Root` injector as it does have providers,...

area: devtools

### Which @angular/* package(s) are the source of the bug? Devtools ### Is this a regression? Yes ### Description ### Please provide a minimal reproduction of the bug just put...

area: devtools
cross-cutting: signals