Scott Lessans

Results 10 comments of Scott Lessans

@jplatte I am interested in taking a crack at this. thanks for the extensive write-up!

@jplatte here is a proof-of-concept that implements this for generic handler args for early feedback if you have some time. https://github.com/tokio-rs/axum/pull/1265 will move onto return types next

@jplatte I believe this is ready for review. Thanks for all the feedback so far!

@jplatte I think I have addressed everything and am pretty happy with how things are. A few small things to address: 1. I did a big merge yesterday before I...

@davidpdrsn gentle ping on this, just want to get it merged soon to minimize conflicts since it turned into such a big PR. 🙏

@jacobperron thanks for the response. Sorry for the confusion -- I agree it doesn't seem necessary in the CLI. I was trying to understand if the ability was present in...

@davidpdrsn @jplatte would it be helpful if i split this into a series of smaller PRs?

Looks like this is related to https://github.com/maticzav/swift-graphql/issues/98 @nordfogel and @maticzav

Thanks @dmegue your example was super helpful. I was able to get this working in a more concise way with: ```js const Test = () => { const [camera, setCamera]...

@mat-sop @rafalp Let me know how you want me to break it up/structure it and I am happy to do it, I just needed to unblock a project.