Melker Ulander

Results 205 comments of Melker Ulander

I added a PR, and I can try to add documentation as well if you want this feature

I've created #515 now 🙂

@delphinus > This is fixed in the new release 1.0.2 I'm on the latest commit 55ca623a and I see the current working directory name in the file paths when I...

@delphinus I tried both with and without `show_filter_column = false` but I still see the prefix

I had to search the interwebs for half an hour before I found this issue because I thought I was just doing something wrong

Perhaps there could be a `shortmess` option that disables this error that users could optionally turn on? To me it's very annoying getting errors for missing folds when restoring a...

I see, thanks for clarifying. On a side note, thank you very much for writing Zero To Production In Rust! It's an excellent book!

Thank you for the suggestion! I was able to get the desired behaviour using [`.with_priority()`](https://docs.rs/wiremock/latest/wiremock/struct.Mock.html#method.with_priority): Click to expand ```rust use reqwest; use wiremock::matchers::{method, path}; use wiremock::{Mock, MockServer, ResponseTemplate}; #[tokio::main] async...

Thanks for merging and for fixing the incorrect link. I must have missed the notification from your message.