Jordi Polo

Results 14 comments of Jordi Polo

Thanks, definitely interesting!

I'll try to work on this next week, I'll have some time with the holidays

I've pushed version 0.3.1, should solve this issue.

Thanks for the pointer. I've tried to make it work (I'm using serde-yaml) but it seems I'm not able to. Support here would be ideal as it would just work™

@matusf I think I've implemented what you ask for https://github.com/JordiPolo/oas_proxy/blob/master/openapi_utils/src/dereferer.rs#L12-L31 It is published as the openapi_utils crate. It works well with the openapi files from the company I work for...

As anecdote of non-portability of thread count, I run a goose session from my laptop to test a container in the cloud and was good. Then run with same parameters...

@jeremyandrews those new issues sound like a good next step to me

Thanks so much. I've just updated to master, will test it today. Only noticeable change is that `goose_send` returns a Result which sounds right to me but I think eventually...

In general works well, thanks so much! A few comments: - I was just doing `goose_send().unwrap()` because I thought that posible error would not raise but it did in every...

Thanks for the explanations. My only concern then is that then seems the plan is that task functions will always return Err when using throttling while not be so when...