Mingye Wang

Results 263 issues of Mingye Wang

This definition is present in `pacman`, in a form of: ``` Bash optdepends=('cups: printing support' 'sane: scanners support' 'libgphoto2: digital cameras support' 'alsa-lib: sound support' 'giflib: GIF images support' 'libjpeg:...

enhancement
PM model

[RPM](http://rpm.org/wiki/PackagerDocs/Dependencies) has three levels of dependencies, `Requires`, `Recommends` and `Suggests`. `Recommends` will let PM try to resolve its dependencies, while `Suggests` doesn't.

PM model

Dpkg: https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description ``` Description: ``` > The lines in the extended description can have these formats: > - Those starting with a single space are part of a paragraph. Successive...

extension
PM model

It now compiles on typescript 3

The encoding can be detected windows by an additional call to `chcp`: ```TypeScript import { execSync } from 'child_process' /** * Sets or gets the code page. * * @param...

It would be nice to see the project get a logo for some... color? Something along the lines of [this box from noun project](https://thenounproject.com/search/?q=tetra+pak&i=100831) with a [old flat-color wine logo](https://commons.wikimedia.org/wiki/File:WINE-Logo.svg)...

On Darwin 22.6.0 (macOS 13.6.1), Apple clang 15.0.0, running `configure -C --without-openssl-header-check`; make` (and with appropriate CFLAG workaround for issue 45) on git HEAD gets: ``` gcc -g -O2 -fPIC...

Current git HEAD gives: ``` configure:9081: checking compiler and flags for sanity configure:9095: gcc -o conftest -g -O2 -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -fno-common -I/usr/local/opt/icu4c/include -I/usr/local/opt/ruby/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/gettext/include -I/usr/local/opt/qt/include -L/usr/local/opt/icu4c/lib...

Just an idea on converting the arguments in a more Linux-ish way: http://www.mingw.org/wiki/Posix_path_conversion (Since this mangles stuff, consider allowing for a env var to disable it.)