wilsonk
wilsonk
It appears as though the 'Load Font' popup does not follow directories via double click. Or at least not on my Arch Linux setup. Btw, I have filed the previous...
Perhaps this is just on my machine (Arch linux distro), but the 'Text Wrap' toggle doesn't seem to actually wrap the example sentences in the demo window. The scroll bar...
If you resize the font size or type off the end of the editor window then a scroll bar appears (nicely done), and if you drag and drop the bar...
When I run the 3rd_person demo on Linux the scene just spins around rapidly with my mouse movements. I use a program called Synergy by Symless, so that I can...
```zig const std = @import("std"); const panic = std.debug.pan
Just a quick note from my daughter when using spee.ch. She asked how she would find an anonymous picture she uploaded...after forgetting to write down the publish address? No easy...
Hopefully this is correct/idiomatic V.
This change allows 's 'function' class to get closer to compiling. Usage: import (C++) std._ : cppfunc = function; Then we can almost instantiate cppfunc when combined with the member...
I am just adding this in case someone else runs into this problem. I was building Calypso on OS X and I needed to add '-lc++abi' to the CMAKE_EXE_LINKER_FLAGS to...
Hello Elie, There is an issue with trying to instantiate an abstract class from the FastFlow C++ library in a D test program. If I use this simple test program:...