Ben Wishovich

Results 95 comments of Ben Wishovich

Thanks for looking into it. I don't see a problem with that. feel free to do it and put in a PR.

Unfortunately this is kinda a known issue at this point, the last round of PRs changed from a body type must be String requirement, to a body type must be...

Appreciate you taking the time to dive into this, we've been loving cargo-dist

> [@hephaistos-official](https://github.com/hephaistos-official) I spent the weekend migrating from 0.6.15 to 0.7.8 and finally hit the 'error: queries overflow depth limit!' even after adding "--cfg erase_components." Sorry if this is the...

> > > [@hephaistos-official](https://github.com/hephaistos-official) I spent the weekend migrating from 0.6.15 to 0.7.8 and finally hit the 'error: queries overflow depth limit!' even after adding "--cfg erase_components." Sorry if this...

> Thanks for helping me [@benwis](https://github.com/benwis)! I did added the flag as suggested to my config.toml file, debug =0 to dev profile but still no luck. When running the first...

As we've merged Zak's improvements into 0.8 and made erase_components the default, I think this can be closed. If anyone still has issues or specific suggestions we haven't implemented yet,...

We could do that, or we could make the server function registration consider the excluded routes passed to generate_route_list_with_exclusions. I’m not sure which is better to be honest On Tue,...

Hmm, if my understanding of Arc and dyn is correct, that thing should be object safe, and Clone. Can you provide a minimal example? I'm also wondering if you've tried...