Thiago Lucio

Results 17 comments of Thiago Lucio

I can report that the same thing happens with React. This took me over an hour to find :sweat: For now I have disabled format on save in `coc-settings.json`: ```json...

I think I found what causes it. I don't seem to have any issues if I don't break the tag. By this I mean that the tag has to be...

> Hey, > > I believe that this is only a stylistic choice. In general, it's a common JS convention and even though it's not needed in TS lot's of...

I think I understand now. We use `_somePropOrMethod` in an abstract class so that we can use `somePropOrMethod` in a concrete class.

+1 to this. Although `Window: Reload` is already pretty quick ;)

@email2vimalraj I'm having a similar experience. One example is in https://github.com/stemmlerjs/ddd-forum/blob/master/src/shared/core/Result.ts. Typescript Errors for Result.ts ``` src/shared/core/Result.ts(21,5): error TS2322: Type 'string | T | undefined' is not assignable to type...

> > @email2vimalraj I'm having a similar experience. One example is in https://github.com/stemmlerjs/ddd-forum/blob/master/src/shared/core/Result.ts. > > Typescript Errors for Result.ts > > I'm new to Typescript and OOP so say whatever...

> Are you using Wayland? It seems that ueberzug is not supporting Wayland @ofseed I can't seem to find any relative issues tracking that. How did you find out that...

It only works for me if I manually set the file type to be opened with syntax highlighting for sass -> sass. Even when I use the option "open all...

Hi all! Has Apple ARM support been abandoned 🥺