MatthiasvB
                                            MatthiasvB
                                        
                                    Not really, I think. The issue depends on the server configuration. Only if the server sets the header mentioned above will the problem occur. But then always when you use...
But here a hint how it may be fixable: The error occurs on line 220 of `ngx-markdown.js`: ```javascript this.element.nativeElement.innerHTML = compiled; ``` I believe if this was replaced with someting...
It's a fairly now header devised by Google and only implemented by Chromium browsers. However, it's usage is bound to increase, and thus the severity of this issue. Here is...
> > But this is done already in the MarkdownService > > https://github.com/jfcere/ngx-markdown/blob/7e7cfe755b5f322994dab9d6d3c2fb155a51561a/lib/src/markdown.service.ts#L168 And the string is final at this point? Not changing afterwards in any way? Then it would...
In an effort to make experiments myself I have cloned the repository. `npm i` comes up with dependency conflicts?! Well, I'll try with --force
I have checkout out the project and tried to fix it. It's not easy, as the problem extends into dependencies. What "works" per instance is to use the package DOMPurify,...
I'm not sure if I understand this right? Is there any reason that nested TypedDicts can't be implemented? Because even though my IDE screams at me when I write them,...
I have upgraded from Angular 12 to Angular 14 and at the same time from angular-notifier 5 (I believe) to 11. I also experience issues regarding style import. However, I...
I just encountered the same issue. I have reproduction code that is somewhat simpler: ```ts const cycle$$ = new Subject(); cycle$$.pipe(throttleTime(1000)).subscribe(val => { console.log(val); cycle$$.next(val + 1); }); cycle$$.next(1); ```...
https://github.com/nikolassv/bartib/pull/26 does that at least for the most important commands