Steve Mason
Steve Mason
I'm not convinced about adding spys/mocks, I tend to prefer to use [sinon](http://sinonjs.org) directly and it keeps the size/complexity down without it. That doesn't mean I wouldn't accept a pull...
A wrapper around sinon sounds good, would be great to see a pull request for it :) On 26 March 2013 04:29, Jimmy Yuen Ho Wong [email protected] wrote: > Jasmine...
Do you know the reasons for this @briandealwis ? I couldn't find any discussion about it I'd think that at least in the case of `remoteManifests` there's a case that...
This happens for me, too. The reproduction is pretty simple: To setup minio: 1. Start minio: `docker run --rm -it -p9000:9000 -p9002:9002 minio/minio server /data --console-address :9002` 2. Login to...
Thanks @yasminetalby It looks like this started working for me in `2.17.264` and continues to work on the latest version. Following the links on this issue through from #3370 it...
I'm also seeing this problem with a Java/Maven project. The old version of dependabot coped just fine..
Coming back to this, it seems dependabot does resolve submodules properly now, however I was still seeing 404s trying to access the submodule when I viewed the dependabot logs Turns...
In case it's relevant to anyone - if you're using docker-for-mac then there's this issue about slow performance saving/loading tarballs that might be affecting you (AFAIK buildx `--load` is just...
Note that this seems to happen by default since the move to use mockito-inline in 5.0.0 (see https://github.com/mockito/mockito/issues/2001#issuecomment-1403431430)
Just to add, auth doesn't seem to be working for dockerfiles taken from the classpath either (ie `withFileFromClasspath("Dockerfile", )` - on testcontainers v1.17.6) For now I've worked around by extracting...