David First

Results 41 comments of David First

The `newId` will be used to suggest the new component upon import/install. It's not implemented currently. In this case, it'll suggest the wrong component indeed, so yes, it's a bug...

As far as I know, it doesn't use the tsconfig. The way how it works is similar to JS files. I'll try to describe it shortly, I hope I don't...

I was debugging this for a while and got to the same conclusions. In my case, I got this flags `3` when deleting a cache directory with lots of files...

Yes, this has been resolved a while ago. `bit status` shows warning if packages are missing from .mdx files.

@janprikryl1 , any chance you created this component with the legacy version of bit (v14.x) and then continued working on it with the latest version?

Can you elaborate more on the use-case why all these dependencies are in workspace.jsonc although they're not in use? In general, I'm not aware of such an option to ignore...

So if I understand correctly, you have like a pool of dependencies with specific versions that you want `bit install` to use. This way, when a component needs one of...

From a quick look, it looks like an issue with the `sqlite3` installation. Can you create a simple `.js` file in the same dir and start the sqlite3 db? just...

@CodeLikeAGirl29 , I was reading it 5 times and even put them in an online diff, the original text and the "Corrected Text" are identical :)

For some reason I'm unable to reproduce the issue locally with the same version. @guysaar223 , @GiladShoham , can you take a look?