focus icon indicating copy to clipboard operation
focus copied to clipboard

Focus aligns Git worktree content based on outlines of a repository's Bazel build graph. Focused repos are sparse, shallow, and thin and unlock markedly better performance in large repos.

Results 5 focus issues
Sort by recently updated
recently updated
newest added

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @​alex in sfackler/rust-openssl#1851 Skip a test that...

dependencies

Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.24.0+1.1.1s to 111.25.0+1.1.1t. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-src&package-manager=cargo&previous-version=111.24.0+1.1.1s&new-version=111.25.0+1.1.1t)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.25.0. Release notes Sourced from tokio's releases. Tokio v1.25.0 1.25.0 (January 28, 2023) Fixed rt: fix runtime metrics reporting (#5330) Added sync: add broadcast::Sender::len (#5343)...

dependencies

**Describe the bug** Some `focus add` calls seem to drop dependencies from previous `focus sync` calls, necessitating another `focus sync`. I'm not sure why this happens. **To Reproduce** See `FIXME`...

bug

Right now, `project` includes defined in projects are ignored by the project cache during generation. We should fix this. > This doesn't allow projects that include sub-project targets, since I...