Jonathan Harris

Results 4 comments of Jonathan Harris

> any updates ? 7.0.4 angular say - Can't bind to 'cdkVirtualForOf' > angular 6.4.7 bug with autosize ( end scroll with space ) Have you tried importing both the...

> But if I use `autosize` strategy it can not use many functions such as `scrollToIndex()` ... > Is there any alternative way? For example I am going to scroll...

As a workaround I have created a custom scheduler based on #6889 ```typescript import {SchedulerAction} from "rxjs" import {immediateProvider} from "rxjs/internal/scheduler/immediateProvider" import {AsapScheduler} from "rxjs/internal/scheduler/AsapScheduler" import {AsyncAction} from "rxjs/internal/scheduler/AsyncAction" //...

This would be very much appreciated. I am currently facing an issue where a fuzzy type is not being matched due to a nullable field being null in the response....