Sergey
Sergey
`showRaw` method is defined as follows: ``` export declare class RepositoryFiles extends BaseResource { ... showRaw(projectId: string | number, filePath: string, options?: BaseRequestOptions): Promise; } ``` But as far as...
Fixes #66 This option is helpful when you need to use aliased path for template or style.
Added a way to pass arbitrary data to templates. Removed bypassSecurityTrustHtml for user-provided templates, its totally unsafe to use it. Fixed class for html inserted via innerHTML (from sn-content to...
**I want to report a bug.** **Reproducer** ```javascript console.log(`Look at ${red(`can't`)} do this`); // gives an error console.log(`I ${red("can't")} do this`); // doesn't ``` **Expected behavior** Rule shouldn't report an...
Usages of the chrome API, defined in this types - https://www.npmjs.com/package/@types/chrome, cause deprecation errors. E.g. the following code ```ts chrome.tabs.query({}); ``` leads to this error: ```bash deprecation_chrome/index.ts 1:1 error 'chrome'...
**Describe the bug** Docker build fails with the next error ``` 20.66 20.66 Backend subprocess exited when trying to invoke get_requires_for_build_wheel 20.66 20.66 Cythonizing sources 20.66 Compiling srsly/msgpack/_unpacker.pyx because it...
**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...
Why do you need `isFIFO` check in `cli.js`? ``` if (!stats.isFIFO()) { program.outputHelp(); return process.exit(1); } ``` It breaks usage in `package.json`'s scripts, e.g. ``` "audit:report": "yarn npm audit --recursive...
``` xxx@xxx:~/projects/sarif$ npm install @microsoft/sarif-web-component npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@microsoft%2fsarif-web-component - Not found ```