Max Patiiuk

Results 76 issues of Max Patiiuk

# Bug Report Autofix for `functional/prefer-readonly-type` on a mapped type like the following inserts `readonly` on a wrong line: ```ts let a: { [B in 'c']: 'd'; }; ``` ##...

Priority: Low

# Bug Report I have the following code: ```ts export type Writable = { -readonly [K in keyof T]: T[K]; }; ``` ESLint reports "functional/prefer-readonly-type" rule and an option to...

Type: Bug
Accepted

Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...

### Current behaviour While original `turndown` includes builds for the browser, `@joplin/turndown` only includes a single build: ![Screenshot 2024-02-07 at 20 16 04](https://github.com/laurent22/joplin/assets/40512816/1c434ea6-33c1-4145-b17a-57af08372198) ![Screenshot 2024-02-07 at 20 16 15](https://github.com/laurent22/joplin/assets/40512816/5b94d9aa-5b5f-41f7-9477-1f61abb1be26) And...

bug
stale

### Current behaviour 1. A table on this page contains `` elements in headers - https://www.verdict.co.uk/jargon-business-workplace-musk/?cf-view ```html Workplace jargon Translation Use in a sentence Meaning ``` While that doesn't look...

bug
stale

### Operating system macOS ### Joplin version n/a ### Desktop version info n/a, but if you really need, it, `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko)...

bug
stale

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Has Workaround
Bug: Validated
Stencil v5

## What is the current behavior? Fix incorrect JSX typings, as described in great detail in https://github.com/ionic-team/stencil/issues/5306 GitHub Issue Number: #5306 ## What is the new behavior? TypeScript compiler is...

Stencil v5

**Describe the bug** Version: 20.0.0 The `.getChildSyntaxList()` method on UnionTypeNode does not work - it returns undefined even though UnionTypeNode has a direct SyntaxList child node: ![Screenshot 2023-11-15 at 10...

bug
good first issue

**Describe the bug** Version: 20.0.0 Node.js v20.5.0 TS Node: 10.9.1 **To Reproduce** ```ts const nodes = sourceFile.getDescendantsOfKind(SyntaxKind.JsxAttributes); // The type of nodes is Node[], not the expected Node[] ``` The...