Vasiliy Taranov

Results 21 issues of Vasiliy Taranov

In continue of #152 For example we have few services and some shared object: ```rust struct Shared { pub state: i32, } struct ServiceA { shared: Shared, } struct ServiceB...

Hi, folk! I'm trying to use fixtures which have circular dependancy: ```rust mod test { use rstest::{fixture, rstest}; #[fixture] fn fixture_a(fixture_b: i32) -> i32 { 42 } #[fixture] fn fixture_b(fixture_a:...

Hi, folk. Thanks for this crate! I got false positive error while using [humantime_serde](https://crates.io/crates/humantime-serde) crate ```rust pub struct Settings { #[serde(with = "humantime_serde")] some_duration: Duration, } ``` output: ``` my_crate...

Add steps to `Makefile`: * bump version * `pyproject.toml` * `src/__init__.py` * add git tag * generate changelog from github issues with [this utility](https://github.com/cfpb/github-changelog).

This PR adds dependabot config

This PR adds dependabot config

This PR adds dependabot config

waiting on author

This PR adds dependabot config

This PR adds dependabot config

This PR adds dependabot config