Homa Wong

Results 152 issues of Homa Wong

### Describe the bug ```ts import { getStoryContext } from "@storybook/test-runner" // in postVisit const storyContext = await getStoryContext(page, context) storyContext.canvasElement // type unknown should be HTMLElement ``` This is...

bug
needs triage

It would be great if the app can support key mapping, so that it can simulate colemak-dh on a qwerty keyboard.

This works: ```json { "references": [{ "path": "../app/tsconfig.json" }] } ``` This doesn't: ```json { "references": [{ "path": "../app" }] } ```

Needs more infomration

I have this in the `settings.json`: ```json { "tsimporter.filesToExclude": [ "./build/**", "./cjs/**", "./esm/**" ], } ``` I have also tried: ```json { "tsimporter.filesToExclude": [ "**/build/**", "**/cjs/**", "**/esm/**" ], } ```...

when the `moduleResolution` is `Node16` or `NodeNext`, for relative files.

Seems like the demobox rendering is broken in latest chrome: version 55.0.2883.87. It renders as small textarea.

Adding support of tailwind.config.cjs on ESM projects. The test is to use a `tailwind.config.cjs` instead of `tailwind.config.js`

CLA Signed

gulp-tslint version: 7.1.0 tslint version: 5.2.0 Operating system: OSX Example gulp configuration (if applicable): With type-checking ```js function positiveTest(config) { var program = tslint.Linter.createProgram('./tsconfig.json') return gulp.src(`spec/${config}/*.pass.ts`) .pipe(gulpTslint({ configuration: `./${config}.js`, formatter:...

It would be nice to see the delta. Similar to how webpack does it.