Tamme Schichler

Results 187 comments of Tamme Schichler

It covers this one in terms of use-cases and the core idea seems pretty similar, yes. (I think you'd have to write `use super::a::…` to address the parallel module there.)...

This is (currently) only a dependency through mdbook, which is only required by the documentation. Unfortunately, this is an indirect dependency, so even after `cargo update` there's still an affected...

This can likely be done nicely using const panics now.

This almost works now (`'a` should be able to be specified.), but acquiring a DI marker token from the type currently requires `'static` lifetime.

The public API feels right to me now, as far as implemented. The _first_ setter call for a given collection field isn't generic anymore, which simplifies and solves typing problems...

Thanks for the feedback (and thank you for considering this feature submission at all)! > Can you please not run the code through a formatter? If the code needs to...

(I'm going to collapse a few of the nested quotes for brevity's sake.) > > […] > > I don't mind setting up a formatter configuration and formatting all the...

I haven't been able to work on this much lately, but here's a little progress. Accepting `IntoIterator`s with the same name as the field and single items with a separate...

A small status update since it's been a month: A few things with higher priority have been happening, so I haven't found time to continue here. I currently don't have...

I should probably put a(nother) small status update here so that it doesn't look like I ran off as soon as this started working for my specific use case… The...