Guangyuan Yang

Results 16 issues of Guangyuan Yang

**Is your feature request related to a problem? Please describe.** It's sometimes confusing to look at the list of status.conditions in the Describe view, they should be a list in...

Just wondering, is there a compelling reason not to?

Confirming that this configuration (EAP-PEAP with MSCHAPv2) will work on the @uwaterloo.ca accounts, with the Anonymous Identity deleted. Thanks for putting this together, and although I would like to encourage...

The include directive of `netinet/in.h` must be before `resolv.h` on FreeBSD, otherwise, the following errors will occur: ``` In file included from dns.c:265: /usr/include/resolv.h:159:14: error: array has incomplete element type...

bug

`-lresolv` is not needed for FreeBSD since it is in libc. So, https://github.com/r-lib/pingr/blob/bfe03f4c34945c50a856a7c4844f642fb310193d/src/Makevars#L1 will raise an error during build. To fix it, just an empty PKG_LIBS would work, but I...

bug

IMO we should switch to use components in `coala-utils` like this one: https://github.com/coala/coala-quickstart/blob/master/coala_quickstart/generation/SettingsFilling.py#L215 Use this instead: https://gitlab.com/coala/coala-utils/blob/master/coala_utils/Question.py (Note that it's currently blocked by https://gitlab.com/coala/coala-utils/issues/63)

question