Sasha Verbilo

Results 8 comments of Sasha Verbilo

I'm not sure but it looks like it's not supported to do so with config. You can create your own auth strategy by extending the needed strategy. Something like `export...

Yeah, the interceptor is also a good solution. I can't compare it with pros and cons, I just glanced at sources. You can create a feature request, sounds like a...

@lautarodragan, I think it is possible to automate only with [a custom instance of `markdownIt`](https://www.11ty.dev/docs/languages/markdown/#optional-set-your-own-library-instance). I use that function: https://github.com/sashaqred/sashaqred/blob/d165371710e059e01c6103405d8e998e4c5c938e/src/_markdown-it/index.js#L9-L12

Should be fixed in [9.1.0-rc.7](https://www.npmjs.com/package/@nebular/theme/v/9.1.0-rc.7)

> Please, merge the PR. I need to support nebular in my Angular 16 environment Until there is no official support of angular 16, you can use a workaround with...

Hi. I'm not an active maintainer here, just occasionally fixing some bugs. The only comment I can give is that there are a loooooot of changes: 837 files and 38k...

I've tried `overrides` in my project, such config works great ``` "overrides": { "@nebular/auth": { "@angular/common": "$@angular/common", "@angular/core": "$@angular/core", "@angular/forms": "$@angular/forms", "@angular/router": "$@angular/router" }, "@nebular/security": { "@angular/common": "$@angular/common", "@angular/core": "$@angular/core",...

@markmichon, good catch! Recently I've faced such an issue. Your comment saved some time for me 😅