Sam Jude

Results 5 issues of Sam Jude

May I submit a pull request changing Keypair to KeyPair?

Hello, I am on section 5.4 and I'm trying to get the app running on DigitalOcean. I am having trouble getting it to run after compiling, it compiles on DigitalOcean...

### Describe the bug This line of code ```rust let invoice = Invoice::retrieve(&client, &invoice_id, &["charge.balance_transaction"]).await.unwrap(); ``` panics with this error ```rust thread 'main' panicked at 'called `Result::unwrap()` on an `Err`...

bug

Hello, I think having clearer failed verification messages would make debugging multiple chained .and(matcher) calls easier. For example: Mock::given(header_exists("X-Postmark-Server-Token")) .and(header("Content-Type", "application/json")) .and(path("/email")) .and(method("POST")) .and(SendEmailBodyMatcher) Fails with: thread 'email_client::tests::send_email_sends_the_expected_request' panicked at...

Hello, I know there is another generic SeverFn PR open https://github.com/leptos-rs/leptos/pull/3008 but I decided to try my hand at it anyways since it's been something I've wanted for a while....