Shea Leffler

Results 44 comments of Shea Leffler
trafficstars

@tapeinosyne on the topic of `Path`s, I'd like to ask your opinion - do you think it's reasonable behavior to implement `Break` for `Path`s on `Component` boundaries?

Gladly! Can't promise to be the most responsive for the next month or so but if you submit a PR I'll do my best to get to it in a...

I would! There were a few bugfixes since #14 was submitted - would you mind rebasing #14? It honestly looks good enough to me now that I've finally had the...

Let's deprecate it for now. If it gets in the way of the API change, then it can go.

I've been hoping for something like this for a while; unfortunately, there are some nasty reasons this is not currently doable. Right now, the numeric indices are used to index...

Also... just realized you're probably looking at `main` while writing this. :D The `carrier-type` branch is the current state of enhancements for `offer!()`. `main` doesn't use Vesta yet.

> > > Finally reviewing through all this: overall, looks great! Clean implementation, clear documentation. Well done :) > > My only large change request is: it seems preferable to...

This is precisely my issue. I have a project supported by Mozilla and using the MPLv2. As a result I'm sad to say I've had to start building my own...

Hi! Thank you for your hard work! I'll take a look today or tomorrow.

Was chewing on this lately and was able to come up with a solution which essentially works by trait-object-izing `Fetch`, and making `DynamicQuery` a type alias of `Box>`, and using...