Results 6 issues of default0

It should be possible to change/retrieve a windows state. Possible states should be: Normal, Minimized, Maximized and maybe Fullscreen.

enhancement
high_priority

The APIs and steps required to do custom OpenGL drawing are hard to follow I find. Examples are good but having a tutorial that shows how to set something up...

documentation

Mixin Resolution Fails in this case: ``` mixin("int " ~ getStr(105) ~ ";"); static string getStr(int first) { return cast(char)(first) ~ "nteger"; } ``` Note however, that the very similar...

In the following code ``` struct S(int v) { static if(v == 1) int a; else mixin("int a, b"); } int main() { S!1 s; s| } ``` Placing the...

Most minimal repro I could create: ``` template T() { struct S { int a, b, c; } static void print(S[] p_args...) { foreach(S cur; p_args) { writeln(cur| } }...

Bug

If you accidentally call an elements get method with null you get an error message telling you that you cannot call toString() on null, probably while restangular is trying to...

waiting for PR