Amin Ya
Amin Ya
I have found a hard workaround for this. I have to go through each of the fields of the dependencies and list them manually under components. ``` // later: #[derive(OpenApi)]...
The changes were quite straight forward and the tests are passing. Let me know if there is a question.
There's a check to determine if brew is installed. Not sure why this error is being triggered. https://github.com/aminya/setup-cpp/blob/34bb7838132719f0db8a21d1b1c805d39f21977d/src/utils/setup/setupBrewPack.ts#L19 https://github.com/aminya/setup-cpp/blob/34bb7838132719f0db8a21d1b1c805d39f21977d/src/make/make.ts#L18
Fixed in v0.41.0. Now, Arm MacOS is fully tested and supported.
I am having the same issue. Bazel doesn't exit after build
For me, it fails to detect dependencies in a pnpm monorepo workspace even from CLI. It also errors out in VsCode.
@fmeum I made a pull request for your fork. Could you merge https://github.com/fmeum/bazel/pull/1 to this branch so that it is updated? It is behind 2114 commits. https://github.com/bazelbuild/bazel/issues/1920
@fmeum Any update on my comments? https://github.com/bazelbuild/bazel/pull/16954#issuecomment-1794574206
> We (as in, my company) are considering moving off Bazel partially or completely and lack of transitive static libraries Unfortunately, one of my dependencies uses Bazel, and I am...
Hi, thanks for the explanation. My use-case is wrapping a pre-built library generated by another build system so it can be used from CMake. The one way CMake allows defining...