Andy Winter

Results 19 comments of Andy Winter

btw, I have submitted a pull request to that works with either Alfred 3 or Alfred 4.

Yes, I am able to use `.html` files for some components and `.pug` files for others. This worked in Angular 7 without needing the extra loader rule added to `node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/common.js`....

I see that Google has set May 5th as the deadline for removing `requestLegacyExternalStorage` from the manifest. What to do?

I think check the rest of your imports. Like `"nativescript": "^7.2.1",`. I don't think that should be in there. And in the dev area you have `"@nativescript/schematics": "^10.1.0",`, but that...

Did you find a solution for this? I am having the same problem on Android. The color works fine on iOS.

Generally, with code sharing application, you will want to move those types of imports into a service. The service ends up with a tns.ts and a .ts version, while your...

Classic Google. One of these days I am going to learn not to trust/use their offerings.

Woo hoo! I found a work around. In case it helps someone else, here is what I did. 1. Create a subject to channel scroll events from the drawer. `private...

I agree. I don't know what drove the "ViewEncapsulation.None" but I do see it causing problems. If it was done to allow external style rules to be applied, the `/deep/`...

I have a confirm modal that gets closed after a timeout. I switch to a different tab and watch the elements via developer tools. I can see the modal div...