powof2

Results 6 issues of powof2

as simple as drawing text again with specified offset and color. thank you.

It looks possible: [https://github.com/kardianos/service](https://github.com/kardianos/service) thank you.

enhancement

in FbxConvCommand.h, this line (line 71) is problematic: `settings->maxVertexCount = settings->maxIndexCount = atoi(argv[++i]);` maxVertexCount should not be equal to maxIndexCount, for example, default index type is short, maximum value for...

Hi there, par_shapes.h:1103:32: ``` warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] note: expanded from macro 'RAND_MAX' ``` maybe change like [this](http://c-faq.com/lib/rand48.html) ? or...

Hi bluescan, please add fullscreen support for thumbnail view, for now i have to resize the thumbnail view manually (the background still leaks after resizing), this will be a great...

### Summary Drogon(1.9.6) will crash if client sends an invalid/null JSON. ### Details Send this to drogon on windows: ```bat REM in the following request it's body is ill-formed on...