dkthezero

Results 6 issues of dkthezero

Bazel become becoming more populate, can team help to add support setup for Bazel build?

enhancement

Next release of bazel 7.0 is coming, we need to adapt with bzlmod, can you help to implement it

`node -v`: v22.2.0 `npm -v`: 10.7.0 Reproduce: - Run `pnpm run build` - Error show: ``` next.js/pages/index.tsx(13,8): error TS2786: 'Head' cannot be used as a JSX component. Its type '({...

Reproduce: - Install pnpm v9.2.0 - Remove [pnpm-lock.yaml](https://github.com/bazelbuild/examples/blob/main/frontend/pnpm-lock.yaml) - Run `pnpm install` - Run `pnpm run build` Then the error occur: ``` Repository rule npm_translate_lock_rule defined at: /private/var/tmp/_bazel_dkthezero/f3a599e6e224858962c4e41ca1d729db/external/aspect_rules_js~/npm/private/npm_translate_lock.bzl:145:42: in ERROR:...

Migrate the workspace to blzmod to release on Bazel Central Registry

I'm working on the new monorepo project based on the existing Cargo project, we decided to use Blzmod instead of the old Workspace. We have applied the hybrid mode but...