denisrossetre
Results
2
issues of
denisrossetre
**Describe the bug** remotePathResolve does not seem to work when having a `coverage.xml` file with Unix paths and the VS Code Coverage Gutters extension running on Windows. **To Reproduce** 1....
documentation
I have a `common.http` file that I import before every request. The script in this file sets the `oauth2_interceptRequest` to disable SSL verification: ``` exports.oauth2_interceptRequest = function(request, context) { request.options...