Homa Wong

Results 168 issues of Homa Wong

typings request
existed in dt

typings request
existed in dt

typings request
existed in dt

...the headers are no longer links. Since each page can be huge, it would be much easier if each header is a link so we can point user to the...

Hosting

I want to add a background video to the whole deck. I can do it with html, but not with markdown. It would be great if we can add an...

## Problem ```md - [Heading 1](#heading-1) ## [Heading 1] [Heading 1]: http://some-link ``` When saved, the table to content changed to: ```md - [[Heading 1]](#heading-1) ## [Heading 1] [Heading 1]:...

Area: Table of contents

This `eslint` rule does not work with the following: ```ts function foo(options: foo.Options) {} namespace foo { export type Options = {} } ``` See if we can create a...

```ts // Argument of type 'PromiseConstructor' is not assignable to parameter of type 'number'. const throat = require('throat')(Promise); ``` cc/ @blakeembrey as `typings/core` is using this.

Fix #169 `System.import()` returns a promise. `.then()` accepts a promise in return, not a function.

I encounter this with the combination of the following: `karma-jspm`: 2.2.0 `jspm`: 0.17.0-beta.22 `karma`: 0.13.22 (not latest due to #162) `karma-tap`: 1.0.4 (not latest due to #162) It happens to...