Mike Tinnes

Results 7 issues of Mike Tinnes

How do we perform a range selection in v12? The type is now unavailable. Also looks like Range has been commented out in the tests.. ``` // let line =...

The signin() method for the MicrosoftLoginProvider does include the options argument. This prevents using custom scopes from begin defined at sign in. https://github.com/abacritt/angularx-social-login/blob/c2f648a510a978b635bed1ec1f4003a911cb4e19/projects/lib/src/providers/microsoft-login-provider.ts#L206

bug
help_wanted
willfix

We would like to utilize a fade transition between slides rather than the scrolling (translate). Is this possible to implement as a custom transition?

#### Bug, feature request, or proposal: Refactor any references to DOCUMENT in order to comply with Angular 8 changes #### What is the expected behavior? md2 should compile without error...

It can be difficult to select and trigger resize since the hover area around the perimeter of the div is only a few pixels. Would it be possible to use...

Attempting to use the chartjs funnel plugin ([https://github.com/YetiForceCompany/chartjs-plugin-funnel](https://github.com/YetiForceCompany/chartjs-plugin-funnel)) results in the following error: ``` ERROR Error: getColors - Unsupported chart type funnel at getColors (ng2-charts.js:57) at ng2-charts.js:568 at Array.forEach ()...

Refactor the library to support .NET Core / Standard. At first glance looks like configuration and http migration would be brunt of the work.