Fabio Zuber
Fabio Zuber
I'd also like to have this. Requires https://github.com/VSCodeVim/Vim/issues/2004 to be implemented. Please upvote that issue to show your support for that feature.
I face the same issue. It's not only in Nerdtree but also on [startify](https://github.com/mhinz/vim-startify). If I disable the nerdicons the text appears on the left side just fine.
I wrote a minifier for abapmerge (See: https://github.com/Sirius-A/abapmerge) Results ``` Normal ABAPGit: 1.31 MB (1375246 Bytes) Minified AbapGit: 848 KB (868582 Bytes) ``` -->minified version is around 60% of its...
Is this project still used and maintained? I ask not to pressure you, but rather to check if the potential vulnerabilities actually affect users.
Bump :smiley: @chymz do you see any issues here?
Sorry to pop in here unannounced 😅. Two inputs from my side: - Would it be possible to use Angular's built-in [sanitize](https://angular.dev/api/platform-browser/DomSanitizer#sanitize) method to ensure no dangerous code is rendered?...
Just my opinion: If one uses `sanitizer.bypassSecurityTrustHtml`, they should know that their input is safe and do not allow it to come from end user inputs 🤷. We can't safe...
Ah I see. The title was indeed a bit confusing to me. I totally agree that there is no need for a security advisory in this case.