Vegar Ringdal

Results 50 comments of Vegar Ringdal

think I might have found a workaround, by adding a delay updated the code

No problem :-) Maybe wrong place to ask now, with the new title and all, so feel free to delete this post if you feel its on the wrong place...

Hi Regarding **Handle browser maximum height** Biggest problem here is when someone have array length \* row height that get to big... _**([in my grid](http://aurelia-ui-toolkits.github.io/demo-v-grid/#/samples/simple-html-col/all), maybe you have done it...

the throwOnError options just exits node process with error 1, not 0 (success), to make something like travis to react. To know if error happend during sync the easier, to...

I didnt see this before now. We need to create a another function so we dont make a breaking change

![image](https://user-images.githubusercontent.com/2901416/105071298-ab3cbf00-5a84-11eb-9a2d-b991b6b7da75.png) added a getresult function https://github.com/fuse-box/fuse-box-typechecker/blob/master/src/index.ts#L80-L83 please make a PR with edits to this function with the array data you would like to see https://github.com/fuse-box/fuse-box-typechecker/blob/d9b9fbb71dd3277ccabfc8e1a6b78d8f6b5f465d/src/printResult.ts#L13-L58

Typechecker is not using fusebox, just the tslint.json/tsconfig settings and can be used as a own simple typescript transpiler like I do here. https://github.com/vegarringdal/node-typescript-skeleton https://github.com/vegarringdal/node-typescript-skeleton/blob/master/build.js For it to be able...

Its counting all its dependencies too I guess, like tslint, typescript, chalk, node path/fs. The actual typechecker dist folder cant be more then 100kb ish.

@AOCGmutong Do you have a small sample file where this happens ?

Sorry must have missed notification about this one. Maybe we mess override some methods lit defines/ or lit overrides something we define/caches. So when its library creating web-componets a lot...