Mihai Bojin

Results 5 comments of Mihai Bojin

Hi, yes you are correct. Yup, I can help with testing on a mac.

+1 for this issue. Our test suite runs okay with Mockito 2.23.4 / PowerMock 2.0.0 but fails when upgrading Mockito to `3.0.0`: ``` org.mockito.exceptions.misusing.NotAMockException: Argument should be a mock, but...

I assume the verification behavior is correct (i.e., the principal operating on the Compute Engine instance must be a verified domain owner). If someone could confirm this, I'd be more...

I'm running into the same issue. For context, I'm using https://github.com/jdx/mise to manage my node versions and what I've noticed is that `topgrade` seems to install pnpm even if it's...

Thanks, that helped me figure out a fix! ``` pnpm setup # defines paths in .zshrc source ~/.zshrc pnpm install -g pnpm # after which `pnpm update -g` works ```