jaredtmartin

Results 6 comments of jaredtmartin

> Cypress is built on top of mocha, we inherit everything that it does. Setting the URL is a possible way to do this. But what happens if you have...

It would simply be faster and more convenient to be able to click on a single test and have it run. That’s what one expects to happen intuitively. > On...

I got the same error System: OS: macOS Mojave 10.15.3 Binaries: Node: v13.0.1 - ~/.nvm/versions/node/v13.0.1/bin/node npm: 6.12.0 - ~/.nvm/versions/node/v13.0.1/bin/npm Browsers: Chrome: 80.0.3987.122 Safari: 13.0.5 npmPackages: "@apollo/react-hooks": "^3.1.3", "apollo-boost": "^0.1.28", "apollo-client":...

I'm a noob here, but couldn't you make it a `Option` and return `None`? If that doesn't work, you could just return the number of books deleted.

After picking around the code a bit, I realized theres only two PostContent types: Json and Text. Then I noticed the example of sending text with a specific content-type. It...

I'm in the same situation. I like your idea @clarkmcc of using [dtolnay/path-to-error](https://github.com/dtolnay/path-to-error). Have you figured out how to implement it? If not have you found any other solution/workaround?