-
Hi, thanks for html_sanitizer, I've been using it for a while and it's been doing a great job.
I was wondering if there's a way to have html_sanitizer not include the text from elements that it str…
-
I get an empty coverage report when using typescript with requirejs and coverage. I am trying to get the src/**/*.ts files to appear in the coverage report. I have thought of any possibilities and goo…
-
Hi,
Karma seems to work fine running the tests but I can't get any coverage output. I am using a Rails app with yarn installed modules, sprockets (asset pipeline) and karma + phantomjs.
Through…
-
Currently, we have a lot of pages with invalid HTML and this completely breaks the UX for people using screen-readers (and can also lead to funny visual artifacts and strange behaviour on different sc…
-
gcc pack more than six sequent empty line into one line with using of # directive
like this one:
```
before:
\r
\r
\r
\r
\r
\r
void foo(){}
after:
# 6 "filename.ext"
void foo(){}
```
…
-
I'm here to ask - will the tool be supported going forward in Visual Studio 2022? It was actually working for me before, but the latest update to 17.7.3 seems to have finally broken it. It appears the…
-
### Idea Contribution
- [X] I have read all the feature request issues.
- [X] I'm interested in working on this issue
- [X] I'm part of GSSOC organization
### Explain feature request
HTML (Hypertex…
-
With Gtk+3.16 there is a new GL render widget available, thus making the use of the old GtkGLExt library not needed.
Some preprocessor checks cloud be used determine what widget should be used. One g…
ghost updated
7 years ago
-
```
RequireJs is a JavaScript file loader.
Each files are defined like this :
require(['lib/myDependency'], function {
//Do What you want
});
When requireJs load that file, it wil…
-
```
RequireJs is a JavaScript file loader.
Each files are defined like this :
require(['lib/myDependency'], function {
//Do What you want
});
When requireJs load that file, it wil…