Petr Glaser
Petr Glaser
I have this: ``` "@angular/cdk": "^7.3.3", "@angular/cdk-experimental": "7.3.3", ``` ``` import { ScrollingModule } from '@angular/cdk-experimental/scrolling'; import { ScrollDispatchModule } from '@angular/cdk/scrolling'; ``` `imports: [ScrollDispatchModule, ScrollingModule],` And everything works ok...
I think that it won't be problem if you'll point to wiki (or some else source) to their specific versioning that version you detect is version of Windows (=> they...
Any updates? Is there anything blocking the perf improvement?
I vote for this feature. Ideally have an API for for it, so it can be used even from other tools with plugins (Cura).
Any updates on this? :)
Will it still happen even if we use standard Next.js object with this shape? ``` { redirect: { destination: "/sign", permanent: false, }, } ``` See https://nextjs.org/docs/api-reference/data-fetching/get-server-side-props#redirect
I am going to implement this, so I'll create PR after this! :) Way I'll do this is in public API and then component to trigger that request.
I thought about it and I think it is definitely doable, maybe I will create PR after fixing some issues I encountered when I forked this to improve HLS playing....
@Elecash Any progress? :) We needed fork to add offsets and we also changed your TSLint/TSConfig so it would be a bit hard to give you PR. But maybe we...
Update: Updating Videogular2 deps and our project deps to stable ^7.0.0 everything from Angular fixed it.