tomaskallup
tomaskallup
In our codebase, we have many layers of folders and some of the files have long names, this causes them to be cut off in coc-explorer and I'm not sure...
Hi, I added react-native-fabric to my react-native app and now it's failing to build (`archive`) for iOS. The error I get: ``` ld: could not reparse object file in bitcode...
**Describe the bug** After instaling a plugin for pipenv completions, it doesn't seem to work. However running its content manualy (just a plain `eval "$(pipenv --completion)"`) does work, when ran...
* Brief description of the problem: I'm on Mac with a Czech keyboard, where for example to type `;` I need to use `Alt + ů` (`ů` is next to...
This is a base for typed desctructuring in function parameters `({ a }: Foo) => {}`. It still needs quite a bit of work, because right now it uses bad...
Currently the syntax doesn't account for destructuring in function parameter. Here's an example: ``` interface MyObject { a: string; unused: boolean; } const func = ({ a }: MyObject) =>...
It's really hard to describe for me, so here are pictures: Without typing `resolve` argument (proper highlight): Syntax groups at the `const validationResult....`: `['typescriptClassBlock', 'typescriptBlock', 'typescriptFuncCallArg', 'typescriptBlock', 'typescriptVariable']` With typing...
Hello and thank you for this great plugin! I was wondering, if you had plans for other features, such as a popup for diagnostics (virtual text is horrible when it...
Hi, I've reinstalled my Mac and downloaded your lastest release and now it seems completely broken. When I change the transparency to a value other than 0, it goes completely...
Example (ignore pipes): ``` |**\_app.tsx** |```typescript |import "@styles/global.scss" |``` ```  Without the underscore (ignore pipes): ``` |**app.tsx** |```typescript |import "@styles/global.scss" |``` ``` 