Jia Hao

Results 10 issues of 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...

false positive
P2
set-recommended

*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...

p: pigeon

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...

a: accessibility
f: date/time picker
platform-web
a: desktop
has reproducible steps
P0
customer: huggsy (g3)
team-framework
found in release: 3.16
found in release: 3.20

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...

a: accessibility
f: date/time picker
platform-web
a: desktop
has reproducible steps
P0
customer: huggsy (g3)
team-framework
found in release: 3.19
found in release: 3.20

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...

c: regression
platform-ios
engine
has reproducible steps
P1
e: impeller
customer: chalk (g3)
team-engine
found in release: 3.24

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...

package:stack_trace