Scott Langley

Results 12 comments of Scott Langley

WallabyJS currently requires you to use the wallaby-webpack plugin and create a manual wallabyjs configuration file in order to work with custom-webpack:karma as described here: [https://github.com/wallabyjs/public/issues/2406](https://github.com/wallabyjs/public/issues/2406)

It appears to be something strange with how the staticwebassets for the Skoruba.Duende.IdentityServer.Admin.UI NuGet package are handled / processed when running in a non-development environment. For my custom Duende.IdentityServer.Admin project...

Hey All. They announced a free, community edition of Duende's IdentityServer https://blog.duendesoftware.com/posts/20201210_community_edition/ See if the licensing terms make sense for your environment.

Judging by the XSS issues that Froala does fix, it appear that their approach is to prevent XSS content from being entered into Froala editor, therefore they should not ever...

@matheo Thanks matheo. Why don't you consider taking over the maintainer role for the main project? Maybe there are others who would be willing to help out in reviewing pull...

Doing some Googling - and looking at the error message - looks like something that is expected is missing for dependency injection. Not sure where, yet. Tangentially-related issues: https://github.com/thymikee/jest-preset-angular/issues/467 https://github.com/angular/angular/issues/45155...

Playwright looks like it's missing out in this comparison with other testing frameworks that have implemented a migration schematic for Protractor. https://blog.angular.io/protractor-deprecation-update-august-2023-2beac7402ce0 ![2023-09-27_15-30-51](https://github.com/microsoft/playwright/assets/43478262/a6943afa-4a92-4483-8fd0-b061831b2d8e)

And here is the source for Puppeteer's angular schematic: https://github.com/puppeteer/puppeteer/tree/main/packages/ng-schematics

It will not work in Angular 16 until such time that the library is migrated to build with Ivy. With Angular 16, they decided to finally remove all compatibility with...