Matthieu Riegler

Results 652 comments of Matthieu Riegler

(Looks like we have conflicts again, the lock file shouldn't be updated in such a change).

Currently the comment message _body_ is `Fixes angular#38778` which is 19 char long.

That's a flaky test, usually a re-run fixes it.

The current implementation is not well suited as it uses a global flag. This is incompatible with library authoring; library authors doen't control that global flag. More generaly, if implemented...

@bencodezen Could you squash your commits, drop the merge commits and rebase on main please. The PR is not mergeable as is.

I think `model` is in a place of its own. The event sent when setting the `model` is the direct result of an explicit action (updating the model) and does...

Not every signal is writable, and if you want a writable signal that emits we already have `model`. My question is, what exact usecase isn't currently covered ?

I'm sorry I do not understand why a `model` isn't a fit here.

`model` is built this way, but `outputFromSignal` would have to listen to the signal itself, something that would be done via effect.