Tyler Vorpahl
Tyler Vorpahl
I have encountered similar results, the EventType of 11 is never fired even though the connect/token is failing on a refresh event  ``` export declare enum EventTypes { /**...
> @CaptainDingle you're a life saver man ! > By the way, you can also change that default grey color with : > `@color/your_color` To anyone else who is trying...
Typings would be a great addition
Anyone coming from the Angular realm, you can import this library at the top of your file using: ``` declare var require: any; const ContrastColor = require('contrast-color'); ``` Call it...
Looks like typings were added at some point :) https://www.npmjs.com/package/@types/contrast-color ``` import ContrastColor from 'contrast-color'; return ContrastColor.contrastColor({ bgColor }); ```
I can confirm this as well.
I found this occuring when the modal was not set to fullscreen, I put up a PR that resolves this for Android.
Any updates on this @kamilmysliwiec? Would love to find a convenient way to debug through VSCode, right now it takes ~20 seconds after running `npm run start:debug` using the nodemon-debug.json,...
How is the startup speed @sattinos? I noticed ts-node was taking forever compared to a nrwl/nx nestjs spawned project which carries a different config and doesn't use ts-node. Literally ~3-5...
Still no fix for this? This is one of the first things I noticed when porting my library over to this virtual scrolling