Robert Pattis

Results 69 comments of Robert Pattis

@pablorsk @angelozerr It seems like the [TypeStrong/atom-typescript](https://github.com/TypeStrong/atom-typescript/) uses tsserver too (see TypeStrong/atom-typescript@c62b1c2d02c54ffed59a2315297def997cbc9ccb ). So it should be enought to follow the instructions on this page I guess.

`The no-unused-variable-rule is disabled by default` As a workaround you can use noUnusedParameters in tsconfig.json. This however has a drawback with Angular AOT build: angular/angular#17131

We are currently investigating, if the `GridPro` suits our needs for inline editing of items. We are currently using the inline editing of the normal `Grid` but activating the editor...

The missing readonly support on the client side also has an effect on flow applications: The flow Checkbox has readonly support, but since it is only supported on the server,...

The usecase @hoshie82 described is also the most important usecase for me. To improve performance of the `vaadin-grid`, we replaced almost all `ComponentRenderer`s with `LitRenderer`. Only the checkboxes are still...

@angelozerr Should we reopen this Issue, as the PR has been reverted?

@lorenzodallavecchia Is Microsoft/TypeScript#17493 somehow related to this? This should be in Typescript 2.6 in October

@angelozerr alright, thank you. I'll take a look at it as soon as possible

@micaelgallego tslint supports a rule for [ordered imports](https://palantir.github.io/tslint/rules/ordered-imports/). This rule also supports Quickfix. There is also a [no-unused-variable](https://palantir.github.io/tslint/rules/no-unused-variable/), which checks for unused imports and supports quickfix too. So as long...

I have reinstalled Eclipse (I am using Oxygen now) and so I had to re-import the project(s). What I did is the following: 1) Clone the repository (I used TortoiseGIT)...