Mingye Wang

Results 575 comments of Mingye Wang

I recommend renaming the "Ascii" format to `OpenStep`, to clarify its difference from the derived GnuStep format which has types as expressive as the XML version. It's quite a lot...

I am not the issue author, but today (or rather, past me from a 3 years ago) I did come across one case where there is a point for libxcrypt...

I would *guess* that the SVG files with many points are still readily compressible with gzip. Browsers are supposed to understand a svgz file name just fine, but I should...

Doesn't the current format of ```rust pub fn generic( &self, i: I, s: S, mut m: M, ) -> usize { self._generic_inner(i.into(), s.as_ref(), m.as_mut()) } ``` already produce a tail...

Hmm, I guess we will have to wait for `become` to become a thing then. Apparently something looking like a tail call can still not be one due to Drop...

I'm thinking about doing this and #8 together when I get more time. Anything else in https://doc.rust-lang.org/std/all.html#Traits that might make sense to add?

The idea to check each 2 hours is sound, but the lack of further narrowing down is... obviously not. A proper root-finding algorithm should be used to narrow it down,...

Hi uh @icculus, the registry seems to have ceased working with no results returned. A look in the browser network tab shows HTTP 500 Internal Server Error. * * *...

Please reopen this. Your objection is on the ground that it "only works for a single subst", while in reality this is only causes by a fixed GUID. A GUID...