Eray Erdin (&mut self)

Results 43 comments of Eray Erdin (&mut self)

I don't know why this is the case, but a workaround now would be defining a `.default_value("whatever")` and do whatever when you get `whatever` as value. This is one way,...

I have come to say that I have run across this use-case several times now. It's been a long time (since Sep 2019) and this should be considered.

It's not only high expectations like @hsn10 says. Assertions on teardown is an anti-pattern. It is like using `assert` in fixtures (on setup). You should only assert in tests. Teardowns...

I tried [test-context](https://docs.rs/test-context/) crate today and it definitely clashes with `values` parameter macro. Changing the order of `TestContext` implementation in parameters also leads nowhere.

I'm just in wonder as to how to utilize `DictFactory` and `ListFactory`. I've just forked the project and couldn't even have found any test or a meaningful docstring regarding to...

[I figured out a manual way to do that](https://erayerdin.com/checking-unused-dependencies-in-a-rust-project-with-github-actions-ckwm3yov901cwlvs1h48z54xi) if you are interested.

> Is there a way to "up vote" this issue? Wouldn't it be a pretty low hanging fruit to add a `--branch` param to the `git clone` command - or...

After researching, I've found out that [this is an issue about Ubuntu and Cinnamon](https://www.google.com.tr/search?q=ubuntu+cinnamon+wallpaper+goes+black), probably related to Nvidia drivers as well. Therefore, the owner/author has the freedom to close this...

Seems like possible, [checking the API docs](https://pub.dev/documentation/shelf/latest/shelf/Request/context.html). I'm not working on the related codebase currently so feel free to close the issue until, one day, someone else comes across the...