David First

Results 43 issues of David First

it's an interactive command and doesn't work well with bit-server.

Now that the remote scopes support it, no need for the feature flag anymore and it can be used already.

This way, it's possible to merge (from a bare-scope) a lane into main even when the lane is out of date. The only requirement is that the out-of-date components have...

## Summary Add entry counter and enhanced error messages to help diagnose 'Invalid tar header' errors during export/import streaming. ## Changes - Track number of tar entries received before corruption...

When webpack-dev-server's static directory watcher is enabled but the directory doesn't exist (which is typically the case), Chokidar recursively walks up the directory tree to find an existing parent to...

## Problem When importing a component that uses a custom env (e.g., Vue env) with custom file extension detectors (e.g., `.vue` files), the first install after import fails to detect...

## Summary RFC and implementation for rewriting the component loading mechanism. The current `WorkspaceComponentLoader` is ~1,000 lines of complex code that's hard to understand, modify, and debug. ### Key Problems...