Brandon Lin

Results 6 issues of Brandon Lin

![image](https://user-images.githubusercontent.com/7027037/36345320-05e03e60-13f6-11e8-939f-bc37011c7773.png)

bug

The JSON currently has too much unnecessary information, and as a result the mobile app menus end up cluttered with messy information.

enhancement

Repro: ``` // in test_enum.ts export enum MyEnum { FIRST, SECOND, THIRD, } // in main.ts import { MyEnum } from "./test_enum"; export function main() { if (0 == MyEnum.FIRST)...

suboptimal-output

**Is your feature request related to a problem? Please describe.** If there's a large amount of people in a room and you're one of the last to join, your times...

enhancement

This happens after running ``` emcmake cmake . -B build-web cmake --build build-web ``` the error: ``` /home/blin/LearnWebGPU-Code/build-web/_deps/webgpu-backend-emscripten-src/include/webgpu/webgpu.hpp:226:1: error: unknown type name 'WGPUComputePassTimestampLocation'; did you mean 'ComputePassTimestampLocation'? 226 | ENUM(ComputePassTimestampLocation)...