tomaskallup

Results 14 issues of 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...

question

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...

kind/usage

* 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...

bug
P4
i18n

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) =>...

help wanted
ArrowFunc

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...

enhancement
help wanted
ArrowFunc

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" |``` ``` ![image](https://user-images.githubusercontent.com/26621166/78561281-bd13e500-7817-11ea-966f-a29f32db7eb1.png) Without the underscore (ignore pipes): ``` |**app.tsx** |```typescript |import "@styles/global.scss" |``` ``` ![image](https://user-images.githubusercontent.com/26621166/78561710-7b376e80-7818-11ea-8194-cc3046f98baa.png)