Richard McSharry

Results 9 issues of Richard McSharry

On a Nokia Lumia 610 running Windows 8.1 the swipeLeft and swipeRight in IE 10 do not work (whether IE is set to mobile or desktop version). I tested Tap...

## I'm submitting a... - [x ] Regression (a behavior that used to work and stopped working in a new release) - [x ] Bug report ## Current behavior If...

I've scoured the closed issues and seen this occur many times, but it seems my case is unique. What is especially weird is that my app still works for the...

Plunker: http://plnkr.co/edit/QtOzvr?p=preview * **I'm submitting a ...** [x ] bug report [ ] feature request [ ] question about the decisions made in the repository * **Do you want to...

Thanks for the great article on medium, which I used for Angular 2 to 5....but now in Angular 6, you can no longer import 'fs'. You can read more about...

Hi, on this [playground page](https://costlydeveloper.github.io/ngx-awesome-popup/#/playground/toast-generator) there is this code: ```typescript ToastNotificationConfigModule.forRoot({ ToastCoreConfig: { toastPosition: ToastPositionEnum.TOP_FULL_WIDTH, // check API documentation ToastPositionEnum progressBar: ToastprogressBarEnum.INCREASE, // check API documentation ToastprogressBarEnum toastUserViewType: toastUserViewTypeEnum.SIMPLE, //...

### [REQUIRED] Describe your environment * Operating System version: _MacOS 10.15.3____ * Browser version: __Chrome Version 81.0.4044.138 ___ * Firebase SDK version: 7.13.1 * Firebase Product: ___auth__ (auth, database, storage,...

bug
api: auth
internal-bug-filed

Why, in the Docker part of the readme do you have `docker-compose run runner yarn install` Couldn't you update `bin/setup` file with: `system('yarn install')` And have one less manual step?