Mick Lawitzke

Results 226 comments of Mick Lawitzke

I can confirm the behavior is different with newer target versions: ``` class Cat { name: string; age?: number; } const plainObj: any = { name: 'Meowth', }; const cat...

@lockHrt In the title of this issue you probably meant "ES2022" instead of "ES2021"

Some mentions from gulpMem contributor to gulp-server-livereload: https://github.com/turtlemay/gulp-mem/issues/4

Wow that would be awesome! This project is the fastest livereload server i could found. Would really appreciate it. Unfortionally i cant help in this case, maybe @saborrie or @turtlemay...

I made a PR for class validator: https://github.com/nestjs/mapped-types/pull/951 Can it be merged please? 5 month old issue :( @kamilmysliwiec

In this case it should use another config property because this property is for screen sizes and break points. Right now [presets](https://image.nuxt.com/get-started/configuration#presets) could be used for that or we need...

This works but still I think the `screens` option should not be misused for defining allowed image sizes and there should be a dedicated option instead.

5 years later, still not implemented :( Using functions as @dirkluijk commented is not an option for me as this functions will run each time the change detection runs and...

This feature request is open since 2016 in #43950 and is a very common use case but each time very annoying not to find a pleasing solution for me. Personally...

Right now the workaround is to keep a copy of the sorted array and sort it when sortable sorts its array. Then with newIndex I can find the element. This...