Dennis Kugelmann

Results 118 comments of Dennis Kugelmann

A quick test with the 15s staleness shows very similar numbers ...

@tom-andersen Thanks for the provided details 👌 The reason I'm asking is that we are looking into this particular technique for a latency-sensitive service where we want to improve the...

I've quickly implemented a version of this and ran some tests (10k requests) in a Cloud Shell: https://github.com/googleapis/nodejs-firestore/compare/main...simpleclub-extended:nodejs-firestore:feat/support-read-time-on-get | Metric | With `readTime` | Without `readTime` | Improvement | |--------|--------|--------|--------|...

Okay, quickly ran another test, that randomly picks a document, instead of reading the same topic all the time (as this may result in a different behavior). | Metric |...

@goderbauer yes makes sense would likely also simplify the lint implementation

@srawlins I've changed the Good examples never to have `MediaQuery.of(context)` be a good example. Does that change your analysis of the reliability of the lint? I'm not too deep into...

@srawlins yes, as @goderbauer said: > In general, using the more specific methods is the better choice as it will avoid unnecessary rebuilds. When you want to use the more...

Would be really great!!

Awesome work 😍 This is exactly the issue we are running into now! Is there anything we can help with to get it merged? 😌

Hmm, I don't know how to run those types of tests locally and unfortunately don't have access to the error logs ...