Yaroslav Admin

Results 6 issues of Yaroslav Admin

This issue is to track potential improvements to Karma, which require breaking changes. It will be updated with more points as I discover them. - [ ] Drop support for...

Not sure if this is a bug report, a feature request, or just needs to be documented as a known limitation. Consider the below bean: ``` public class CredentialsView {...

1. Document how to render custom icon using angular-fontawesome. 2. Investigate what can be done to improve support for custom icons without sacrificing auto complete for stock Font Awesome icons....

The main reason why it was a peer dependency is because it [contained a global `library` variable](https://github.com/FortAwesome/angular-fontawesome/pull/20#discussion_r177251939). Therefore it was important to ensure that there is only one instance of...

The same questions keep coming up, so we can start a FAQ page in the docs so that the users can find the answers faster. Topics: - Using pseudo-classes with...

Only `interface` declarations can be merged and using `type` results in the below error. ``` node_modules/@types/express-serve-static-core/index.d.ts:19:19 - error TS2300: Duplicate identifier 'Request'. 19 interface Request {} ~~~~~~~ node_modules/express-request-id/types.d.ts:7:8 7 type...