Jia Hao
Jia Hao
Somehow, capitalised table names cause the items to only be refreshed when the page is reloaded. For the leaderboard example, if I change the table name in `leaderboard.sql`, from `players`...
I have a nested directory of photos, but when simply run `expose`, the links on the left sidebar link to the directory instead of the `index.html` within that directory. For...
Consider: ```dart void main() {} class Foo { bool _a = false; void thing() { _a = true; print(_a); } } class Bar implements Foo { // LINT: Private field...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
Internal bug: b/321993708 ### Steps to reproduce With the code sample below, click the calendar FAB, and then use a screen reader to navigate through the dates. ### Expected results...
Internal bug: b/321992887 ### Steps to reproduce The minimum reproducible case for this bug can be reached by opening the following app and, using a screen reader, reach the selected...
The VM Service Protocol provides the [`setExceptionPauseMode`](https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#setexceptionpausemode) API. This API is used by debugging tools like the VSCode Dart Plugin or the IntelliJ Dart plugin when debugging, where the following...
I refer to [`vec::make_nt`](https://github.com/WebAssembly/wasm-c-api/blob/2ce1367c9d1271c83fb63bef26d896a2f290cd23/include/wasm.hh#L154-L158 ): https://github.com/WebAssembly/wasm-c-api/blob/2ce1367c9d1271c83fb63bef26d896a2f290cd23/include/wasm.hh#L154-L158 This is implemented using `std::strcpy`, which stops copying when it encounters `\0`. It seems like more often than not, it's used to hold bytes...
Internal Bug: b/352099353 ### Steps to reproduce Run the app in the code sample below. I only attempted this on iOS. Note that this issue is specific to Impeller. I'm...
The VM Service Protocol provides the [`setExceptionPauseMode`](https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#setexceptionpausemode) API. This API is used by debugging tools like the VSCode Dart Plugin or the IntelliJ Dart plugin when debugging, where the following...