SIHAN LI
SIHAN LI
The generated enum file is `export enum Icons {`. It should be better to use `export const enum Icons {`.
# Pull Request Template ## Description **Summary**: - Rewrite **EVERYTHING** related to `EditorWidget`. ## Changes **Type of Changes**: new feature / breaking change 1. TODO ## Checklist: - [ ]...
# Pull Request Template ## Description **Summary**: - A brief summary of the purpose and context of this PR. **Issue(s) Addressed**: - Reference to the issue(s) or feature(s) this PR...
**Describe the bug** The icon was ok when exporting from the Figma, but after it get converted into an icon font by using `fatansticon`, the icon becomes: Expected icon: ...
## **Describe the bug** Compilation error (To see more details, there is a screenshot below): ``` ERROR in P:\dev\nota\node_modules\@types\glob\index.d.ts 29:41-49 [tsl] ERROR in P:\dev\nota\node_modules\@types\glob\index.d.ts(29,42) TS2694: Namespace '"P:\\dev\\nota\\node_modules\\minimatch\\dist\\cjs\\index"' has no exported...
ERROR LOG: [4124:0806/034502.690:ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is disabled, ANGLE is
VSCode Optimization in IPC (Dec 3, 2022) commit - https://github.com/microsoft/vscode/commit/0899758daeebc6d5429679b4e9b5d76ee9794273 pull - https://github.com/microsoft/vscode/pull/167407
I can create a PR to help solve #9 and #10. I need a confirm that this repository is still worth updating. I hope anyone is still maintaining this.
I just notice that the following case is not checked by the linter: ```ts function foo(): void { const arr: Result[] = []; const resultFromArray = arr[0]!; // should raise...