Andres
Andres
@mbuscemi I have updated the docs to hopefully make it more clear for the future: https://docs.rs/faux/0.1.3/faux/matcher/fn.any.html
In my use case I was able to get away with this in our gateway: ```ts const server = new ApolloServer({ formatError(error) { // gateway will nest 4xx error into...
There is a slight hump about this. When doing an update without any update body, the `updatedAt` field does not get updated. This is expected and probably desired BUT that...
Looking at how `derive_more` works I think this addition makes most sense within that crate. I am not sure if you'd be willing to make an issue or PR for...
Hmm this is a little tricky. To be specific though `faux` supports associated types but not *elided* associated types. [`IntoIterator`](https://doc.rust-lang.org/std/iter/trait.IntoIterator.html) has two different associated types (`Item` + `IntoIter`), but only...
This is definitely something I want to do, but I haven't prioritized it yet. The hardest part is coming up with something ergonomic that works for all traits. My ideal...
It looks like there's been code to support what I want in nightly for over 3 years but it has yet to be stabilized: https://github.com/rust-lang/rust/issues/43561. There hasn't been any discussion...
"near future" is overstating it but I definitely want to add this sooner rather than later. I actually did a proof of concept for this on some branch a while...
Hey @jmoguilevsky, things get hectic during the holidays so I wasn't looking at `faux` at all 😅 . Hm this use case isn't supported by `faux` yet unfortunately although looking...
@LucioFranco gentle ping in case any notifications about these got buried. Merging this and a new patch release would be super helpful