Karl Morrison
Karl Morrison
Getting the same issue. Was working before but not now.
@nadyaA I did get it working eventually. I updated the SDK in Android Studio and I did not use the API version R. I used explicitly the API version 30...
Ah @mefellows Linux of course, I guess that would be important for you to follow!
@mefellows Linux again^^.
@bethesque Ah ok gotcha. I noticed that the behavior is different between pact-js and pact-node (as you mentioned): `warn`: ``` Recieves requests from MOP [2020-03-11T08:51:21.000Z] INFO: [email protected]/17655 on karl-Dell-Precision-M3800: Verifying...
Yea I'm getting the same issue. I have a custom jest config file which has a custom testMatch settings, doesn't seem to load "run | debug" above the test in...
@calebhailey Any updates on the Docket project?
This would be a nice feature. We are caching images to help reduce build times but we also would like to clean up redundant images which aren't used automatically via...
Why isn't this fixed in a simple manner? Should be some sort of `npx create-react-app@17 my-app` or something...
The `/* istanbul ignore else */` should only affect it's own level and not affect nested if else statements.