Peter Jaszkowiak

Results 182 comments of Peter Jaszkowiak

@arranka please report that issue in the global-chat repository. On the "only online users" idea, this has been suggested already. It's discussed in the global-chat issue linked above. It's covered...

This could be a pretty good application for `PATCH` Might want to also handle merging topics and moving posts as part of this.

Could you provide some more information like why this would be useful, why a category doesn't work instead.

Please follow the issue template. What are you expecting to see? Why is it bad for SSO, and according to who?

Yeah there's talk about transliteration. You seem to want it, but others prefer it this way. You haven't explained why transliteration is beneficial to you besides vague "SEO reasons". Nor...

PLEASE DO NOT `+1` in comments!

This is implemented and should be closed, unless we also want to provide some way to get the full line given the original input span.

What about a new function: ```rust fn destructure(self) -> (T, X) { let LocatedSpan { fragment, extra } = self; (fragment, extra) } ```

Good idea! Those _aren't_ generic in my program, but let me experiment and see if that'll work.

Okay I got it working, but it requires a custom `impl PartialEq` for each type you wish to do this on, because PartialEq is not generic over the right-hand side....