Casey Hillers
Casey Hillers
See cl/480168500 for the original internal proposal. > In C++20, u8string returns values utilizing the new type `char8_t` in place of char. Most uses of u8string here just end up...
See https://github.com/flutter/engine/pull/32299 Gold should not run on release branches as it is not actionable. Per @Piinks this looks to be a configuration issue as it correctly no-ops on flutter/flutter, but...
- [x] DanTup_tiler - Does not support null safety, removal PR https://github.com/flutter/tests/pull/179 - [x] flutter_cocoon - https://github.com/flutter/cocoon/pull/2339 - [x] flutter_gallery - https://github.com/flutter/gallery/pull/839 - https://github.com/flutter/tests/pull/180 - [x] flutter_packages - [x] flutter_portal...
### issue_link https://github.com/flutter/flutter/issues/110628 ### Commit Hash https://skia-review.googlesource.com/c/skia/+/614058 ### Target beta ### pr_link N/A ### Impacted Users Flutter apple apps that use `doAntiAlias = false` ### Impact Description Apple apps will...
https://github.com/flutter/engine/pull/32006/checks?check_run_id=5542883000 `HTTP 500: flutter/engine does not have any targets` The ci.yaml check triggered all the builds, but failed somewhere at the end (possibly on a retry of the check). ```...
### Type of Request bug ### Infrastructure Environment Cocoon ### What is happening? https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20engine_release_builder/796/overview is marked as success by LUCI, but the build dashboard shows it stuck as "In Progress"...
https://github.com/flutter/flutter/issues/142467 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which...
I went to https://celest.dev/download and used the windows x64 installer. git bash is a common terminal used for Windows devs. This seems to be an issue from the installer side....
This has lead to several places in the code where you need to know that your data needs to be base64 decoded first. As we want to make this as...
We should be tracking our quota use so we can attribute failures to capacity issues. This is follow up from 3.16 as there were some issues we suspect were related...