kunftep
Results
2
issues of
kunftep
Trying to build dsfml on Ubuntu 18.04 x64 with gdc, getting error (same with rdmd): `‘setUpVector’ is not a member of ‘sf::Listener’` ``` [user]~/Downloads/d/dsfml/DSFML20190323>git clone https://github.com/Jebbs/DSFML.git [user]~/Downloads/d/dsfml/DSFML20190323>cd DSFML [user]~/Downloads/d/dsfml/DSFML20190323/DSFML>gdc build.d...
pasting/formatting the following code creates odd indentation, as shown here: ``` string sql = "select " ~ "p1.phrase as phrase1 " ~ ", p2.phrase as phrase2 " ~ "from phrase...