Results 13 issues of Danilo Krahn

Would it be possible to add a new command-line option to mx2cc to specify the icon for the .app/.exe? Example: -icon myIcon.ico -icon Ted2.icns If the option "-icon" is not...

When browsing the module docs and using the "Back" button ("

Code: ```d alias u8 = ubyte; void main() { u8 c3 = 'b'; } ``` When hovering with the mouse over the `u8` symbol I get the following error inside...

bug