Mingye Wang

Results 263 issues of Mingye Wang

* Set `sh` highlighting on code blocks to de-highlight... lowlight(???) the comments * Indent code blocks so they are treated as part of the list * Use inline code for...

This commit changes the set of environments accepted in the help to match what is given in the actual code. A slightly fishy thing is that it does not yet...

**Is your feature request related to a problem? Please describe.** Dragging the RGB sliders around is repetitive. **Describe the solution you'd like** * Initialize the color to... something not black....

feature

The demo only uses half of the screen width on my phone, making it… pretty hard to play with. Assuming it's straight from `index.js`, maybe it would be an improvement...

The `hab` I just downloaded defaults to the stable channel, but there are no stable releases for this package. Use the only channel that exists.

The first commit is for defining Eigen when it doesn't exist. The old version seems to choke as the REQUIRED is always hit. The second one turns on `--output-on-failure` so...

It would be nice to have some cylindrical versions of Lch/Luv available. These are quite handy for picking [color palettes](https://en.wikipedia.org/wiki/HCL_color_space#Implementations).

The `clang++` that comes with XCode does not support `-fopenmp` directly, in two ways: * There's no libomp (Need `ExternalDependencies` or a hacky `brew install` OS case) * The compiler...