Amit Beckenstein
Amit Beckenstein
**Describe the bug** Seems that if a line, which is supposed to be a comment, starts with an escaped field (i.e. `"# e.g. apples, oranges, grapes"`) - the line is...
Currently, the context menu has no support for setting `dir`. For example, even when `dir: rtl` CSS rule is applied, the submenu still has an arrow pointing to the right...
 Closes #155. When direction is RTL: * sub menus are opened to the left by default, * menu items containing sub menus are indicated with an arrow pointing to...
**Using version 0.1.27** ### Error stack ``` Error: [hoist-class-statics][index.ts] Error: TypeError: Cannot destructure property 'declarations' of 'statement.declarationList' as it is undefined. at node_modules/ts-migrate-plugins/build/src/plugins/utils/identifiers.js:61:17 at Array.forEach () at Object.findKnownVariables (node_modules/ts-migrate-plugins/build/src/plugins/utils/identifiers.js:60:24) at...
The error: ``` Error: [declare-missing-class-properties][/dist/scripts.ae37101bcfd3368a0703.ts] Error: SyntaxError: Identifier '_typeof' has already been declared. (20915:9) at Object._raise (node_modules/@babel/parser/lib/index.js:541:17) at Object.raiseWithData (node_modules/@babel/parser/lib/index.js:534:17) at Object.raise (node_modules/@babel/parser/lib/index.js:495:17) at TypeScriptScopeHandler.checkRedeclarationInScope (node_modules/@babel/parser/lib/index.js:1688:12) at TypeScriptScopeHandler.declareName (node_modules/@babel/parser/lib/index.js:1654:12) at...
**Description and reproduction of the issue** ```JSON { "extends": [ "plugin:@angular-eslint/recommended" ], "plugins": ["@typescript-eslint", "@angular-eslint"], } ``` ```TS // your repro code case @Directive() export class FoobarBase implements OnDestroy {...
Dark theme:  Light theme:  The background makes the code harder to read (and IMO pretty ugly). Please consider removing the `background` property from `.language-css .token.operator` in the CSS.
### What is the bug? The docs show an [example of configuring an English analyzer](https://opensearch.org/docs/latest/analyzers/language-analyzers/english/#stem-exclusion) like so: ```ts { "settings": { "analysis": { "analyzer": { "english_analyzer": { "type": "english", //...
### Describe the bug Like the title suggests, `import.meta.env.ENTRYPOINT` is `undefined` for the side panel entrypoint, when I was expecting it to be set to `"sidepanel"`. Ideally, `import.meta.env.ENTRYPOINT` should never...
Calling `analytics.reset()` triggers the `reset` function in plugins, if provided. - Added the missing `reset` property in the `AnalyticsPlugin` JSDoc typedef for proper type definition - Mentioned `reset()` in Writing...