Homa Wong

Results 151 issues of Homa Wong

My token used by sem-ver for npm seems to be messed up and I want to recreate a new one. Right now I have to do `--ask-for-passwords` every time. It...

cli

It is not useful in dev environment. IMO should keep it in `.travis.yml` as before. Install it globally in `after_success`. 🌷

cli

## Summary `pnpm` supports `auto-install-peers`, which will make it much less painful when installing dependency when `strictPeerDependencies` is turned on. ## Repro steps Currently adding dependencies with `peerDependencies` is a...

### Prerequisites **Please first check README. There are breaking changes from `0.x` to `1.0`** - [x] Did you check the [FAQ](https://github.com/typings/typings/blob/master/docs/faq.md)? - [x] Did you search open **and closed** issues...

When end user use the typings and discover an error, there is no easy way to discover there is the typings repo so that he can work on a PR....

enhancement

By @morwin10: I get errors when i type: `typings install dt~es6-shim --global --save` ``` sh typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/es6-shim/versions/latest" typings ERR! caused by unable to verify...

bug
help wanted
waiting for info

Currently when we create typings that can be consumed as module AND global/script, we need to write it twice. e.g.: https://github.com/typed-contrib/knockout/blob/master/index.d.ts https://github.com/typed-contrib/knockout/blob/master/global/index.d.ts and https://github.com/typed-typings/typed-iscroll/blob/master/iscroll.d.ts https://github.com/typed-typings/typed-iscroll/blob/master/iscroll/iscroll.d.ts This is due to TypeScript...

discussion

So user can easily lookup and report error on the typed file and contribute to make it better.

enhancement
typings: core
typings: cli

I'm working on a PR to add `extends` functionality to `tslint`: https://github.com/palantir/tslint/issues/997 Once that is done then we can get help from `tslint` to maintain a consistent coding style for...

discussion

To indicate `name` is requires for which locations (e.g. `http`). https://github.com/typings/typings/issues/216#issuecomment-204897507

enhancement
docs