You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I think the circle was probably not the right choice for displaying the versions that a bazel_dep depends on. This issue is for making a PR to fix that to maybe a curved rectangle.
also, can I revolve the building this project with bazel ? maybe using bzlmod
The text was updated successfully, but these errors were encountered:
Well I think the circle was probably not the right choice for displaying the versions that a bazel_dep depends on. This issue is for making a PR to fix that to maybe a curved rectangle.
Yeah, the more different versioning schemes appear in the BCR, the more obvious this becomes. I do already have a newer design for this in the works which I'll land a PR for in the next few days.
also, can I revolve the building this project with bazel ? maybe using bzlmod
I'd be open to have Bazel as a secondary build system in the project to make it easier to get going on the development of bcr-ui for people that are used to that.
However, since Bazel traditionally doesn't pair too well with Github Actions (like most systems with ephemeral runners), the main build will likely stay based on pnpm (without Bazel), so that we can maintain fast CI times.
Hey All,
Well I think the circle was probably not the right choice for displaying the versions that a
bazel_dep
depends on. This issue is for making a PR to fix that to maybe a curved rectangle.also, can I revolve the building this project with bazel ? maybe using
bzlmod
The text was updated successfully, but these errors were encountered: