Matthieu Riegler

Results 631 comments of Matthieu Riegler

We haven't decided yet if we should change the default backend. We should still assume XHR is the default.

@arturovt Do you still intend to apply the suggested changes ?

Update: the vscode extension has been merge in the framework repo.

A TGP surfaced a handful of legitimate breakages, this will require a cleanup in G3 (Google's monorepo) to land

The improvement looks fine, it actually detected negated signals that we need to fix !

[TGP is "Green" ](https://fusion2.corp.google.com/presubmit/767448181/OCL:767448181:BASE:767587114:1749131944615:acd7a407)

I believe this works as expected. Because you're in an inline template you need to escape the backslashes too : ``` {{ filter ? ' your filter: \\\'' + filter...

Hi, can you update the public APIs goldens files by running `yarn bazel run //packages/forms:forms_api.accept`.

We discuss this a bit with the team. The binding syntax with complex classnames are a bit hard to read. ```html [class.data-[size='large']:p-8]="density === 'high' ``` For now we would recommend...