Mingye Wang

Results 347 comments of Mingye Wang

I wonder if they allow VBR in those containers too -- Opus/CAF support was originally limited to CBR. I should really get a Sonoma machine to test with...

The `getMoonIllumination` depends on the moon coords calculation, which might be the worst suspect here. https://www.aa.quae.nl/en/reken/hemelpositie.html#4 says: > The largest error in λ was 2.57 degrees (standard deviation 1.04 degrees),...

Wait, does dpkg has suggests? I think this should be ``` Bash # dpkg [ "$PKGSUG" || "$PKGRECOM" ] && dpkgfield Recommends $PKGSUG $PKGRECOM ``` ``` Bash # rpm $(rpmopttag...

And @jiegec , It's still possible to call it a different name in autobuild. If it sounds better, we should use it.

Shellcheck can get confused by non-constant sourcing and I am figuring out how to teach it what we are sourcing,

My silly guess is that * the size-dependent smoothness at size 16 has something to do with the font's built-in bitmaps being used (macOS, as far as I know, doesn't...

Having a bit of an issue reproducing on my end (but don't worry, anntzer also failed to repro). Probably something to do with how homebrew cairo and the whole stack...

Are you talking about moving `abdist` around? Hmm……

Zheng said that instead of exporting those things in exportvars, we can add a small procedure to import them from environment and use them as an override of `define`d vars....

The vars exported broke something already. Grrr. Need to do this fast…