Mykhaylo Ryechkin

Results 42 comments of Mykhaylo Ryechkin

> Did you hit enter when it asked you to proceed though? Yes, nothing happened - just returned me to the terminal. I was able to build the v3 branch...

> Was there any development to find a solution for this issue? It's been open for a long time and it surely is a problem for a lot of users...

@SethFalco well said, and thank you for taking such a reasonable approach to this issue!

Would love to see this as well. For my use case, I'd like to be able to specify named imports, but my component code is a default export. So in...

> I'm in favor of terms everyone can understand, and "letter spacing" is self-explanatory and familiar to everyone, where "tracking" is not. Agreed. I always have to stop and think...

I'm seeing this issue as well. The `PASSWORD_RECOVERY` event used to fire when going to the URL in the Reset Password email, but for whatever reason doesn't anymore. I know...

@manudeli I see you're using Rollup. I just ran into the same issue with my library while upgrading from Rollup v2 to v3. In my case I had to add...

I'd love to know this as well, basically have the same use case 👀

Got it, thank you @karlpetersson! That makes sense. I will say that the usage of `paths` vs `importPaths` isn't very clear in the current docs, so that definitely helps.

Sadly that didn't seem to do anything. Updated the config to this: ```json { "codeConnect": { "include": ["src/figma/**"], "exclude": [], "importPaths": { "*": "@acme/ui" }, "paths": { "@acme/icons": [ "node_modules/@acme/icons/dist/esm/index.js"...