Michael

Results 8 comments of Michael

And possibility to configure it, for example: import like this: ```coffee import { prop } from 'lib' ``` or like this: ```coffee { prop } from 'lib' ``` and if...

I think it's because #918 issue happens. When i save file with a lot of objects then extension is loads CPU to 100%. UPD. But now it loads CPU constantly,...

> It looks like imba also only supports one argument? Probably yes. By the way, if i'm not mistaken `swift` lang has similar syntax, but without placeholders, just callback after...

I haven’t fully delved into the problems of this issue, but I think that it is still necessary to somehow make the following syntax possible: ```coffee if items "List of...

Yeah, even if it is an additional option like `jsxCode`, it will be cool. My main desire is to avoid of any characters(`.` `,` `&` `:=` `;` etc.) at the...

Hey! Thx for quick response, ok i can show config and some collections code. ```ts // payload.config.ts import path from 'path' import sharp from 'sharp' import { fileURLToPath } from...

Yes, i have custom components in my `Products` collection which has client-only components, but if i comment lines with this components, errors doesn't gone. I tried like you say: ```ts...

A solution has been found. I'm running the dev server using the `--turbo` option and maybe it's using some strict options because the UI isn't showing up with this errors,...