Rajan Agaskar

Results 6 comments of Rajan Agaskar

Yes, that makes sense to me. Sorry if the PR wording is unclear: I'm proposing a change that would guide most users towards running setup.sh vs running `make install`. I...

FWIW, here's what the monkey patch looks like. Gross? Yes, but seems to do the trick: ``` module Canable def self.add(can, able) @actions[can] = able add_can_method(can, able) add_able_method(able) add_enforcer_method(can, able)...

Hi @mvach -- this is a known issue that is a result of a new strategy for automatically keeping dependencies up to date and currently the team is brainstorming ways...

Just got bit by this problem, would love to see the PR merged (but our CLI is new so we don't have breaking changes concerns).

FWIW, I had this problem and can confirm that I experience the error on my M1 mac. When I `DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build` As suggested by [this comment](https://github.com/opencve/opencve-docker/issues/37#issuecomment-1498121078) on 37,...

So ... I got this wedged pretty good just now when a tanzu package install of cert manager failed on a vCenter 8 TKG 2.2 cluster. Not totally sure that...