Matthieu Riegler
Matthieu Riegler
Yes, I have a pending PR at #53879, we'll test it against Google's codebase to see how breaking the fix is consideredd !
Hi, do you mind to sign the CLA and rewording your commit to follow our [commit message guidelines](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit) ?
I'll decline this PR as you didn't sign the CLA.
While it is a very reasonable desire to use local network when doing SSR vs public API endpoints, there are probably existing alternatives. Couldn't this be solved by a reverse...
@BenStudee, the cache only prevents the request from being sent to the backend. Hydration happens either way. Also, couldn't your dev issues be solved by the CLI proxy ?
@michalgrzegorczyk-dev Feel free to directly drop a PR, thx !
This has been discussed already. Max integer is `2**53-1`. If we had 1 update every ms. It would take almost 300 000 years to reach the limit. (`Number.MAX_SAFE_INTEGER / (1000*60*60*24*365)`)...
My point is also that Max integer is not `2^32` but `2^54` which makes a huge difference.
Hi, can you do the same change for adev on `adev\src\content\guide\testing\components-basics.md` ?
Can you squash your commits and drop that merge commit ? thx !