Andrew Rondeau

Results 6 comments of Andrew Rondeau

See the <Template> tag in https://github.com/IvanJosipovic/BlazorTable#sample

FYI: If you look around the list of issues, you can see that this project is no longer actively maintained. (The author asked for help.) Some good alternatives are: -...

I'm learning Rust, so I tried to see if I could fix this: https://github.com/http-rs/tide/compare/main...GWBasic:GracefulShutdown2?w=1 Specifically, I solved @repnop 's problem by using future::select. It allows awaiting on two futures and...

@Fishrock123 : See https://github.com/http-rs/tide/pull/746 (Note that some merge conflicts creeped in.) Looking forward to your feedback!

@Fishrock123 : I had too many merge conflicts in #746, so I created https://github.com/http-rs/tide/pull/766 It uses futures-lite. Thoughts? Again, I'm mostly interested in learning Rust, so if you'd rather do...

Hey, thanks for the mention. I'm leaving this thread: I only attempted (https://github.com/http-rs/tide/pull/766) as a learning exercise. Best of luck!