William Hesse

Results 53 comments of William Hesse

It turns out that for my use case, Transaction is the correct thing to use. Since I am reading a document, and updating it based on the read values, and...

This has been cherry-picked to the 2.17.7 stable patch release.

Jiffy would work correctly (ignoring DST changes) when adding days or weeks if its implementation had special code for it, the way it has special code for adding months and...

If you want me to create a fix CL I can. This would replace the @Input setters with an ngOnChanges hook. I don't see any alternative design, that would keep...

This failure in random tests is happening in the package testing and pkg/front_end/test/utils/kernel_chain.dart front end testing system. If the "git diff" command run by Process.run fails or crashes, then the...

The time zone issue is really vital, though. Creating the "same" time in a different time zone, invisibly, would be really bad. I don't think this can be put in...

The change was relanded in https://dart-review.googlesource.com/c/sdk/+/304212 but the leak_tracked package was not added to Flutter engine DEPS before adding dependencies on it. This causes failures on monorepo builds and when...

@athomas has explained well what the Dart EngProd team is doing on its CI to catch these breakages. I just wanted to expand on this, with more details and links....

I would file an issue on the test package, at https://github.com/dart-lang/test.

I was misled by the fact that any gclient sync command restores the prebuilts, so I was getting successes when trying earlier builds, due to the fact that they had...