Chris Wong

Results 79 comments of Chris Wong

@P-E-Meunier I've changed the title of the issue -- does this sound like what you're looking for? I haven't done much async I/O work in Rust so I want to...

Sorry about the delay. Yeah, I've come around to accepting that this is an issue. We can make some simplifications, as e.g. the lack of legacy code allows us to...

Some notes before I forget: - As a prerequisite, we want to validate elements / attributes and throw a hard error when either is unknown. This is because new features...

I've opted to run the trybuild tests only on nightly for now, which should solve the different outputs problem.

Hi @hukkinj1! No rush, but that would be great! I think mdformat is my leading option at the moment, as the opinionated approach + semantic line breaks matches what I'm...

Thanks 😄 The changelog isn't a priority for me, so I'm happy with excluding it for now. My greater concern (which I realized just now) is with the "hidden setup...

Yep, that's what I had in mind, thanks! > Maybe you'd be able to provide a rust snippet for a test case (input and expected output)? Sure! I think Maud...

Yeah, I considered that as well, but unfortunately you're right about the weird cases... - rustfmt enforces line length. Since the contents of `fn main() { }` are indented, this...

What's your intended use case for this feature? My first thought would be to apply pagination or use Ajax calls instead. Streaming raises some difficult design issues that I'd rather...

Not really. I think this repo needs someone with time & a vision to make it useful.