Jacob Moena

Results 28 comments of Jacob Moena

To begin with it was a quick, place-holder hack, so this sounds good :)

I have imported comments from Disqus using the following (dirty) code: https://gist.github.com/jacmoe/e9d1ffdbd10c6022f71e394458c46da6 I assumes that the body of the comments is clean - which it should be, since it is...

Also, a proper encryption key (from `settings`) should be inserted into it :) I am running the script in the shell.

The script does not check if the thread url is wrong - which it can be, if you accidentally use the Disqus code on localhost or other sites (forgot to...

Seriously? Chairman Mao was indeed popular in the seventies among revolutionaries, but we are wiser now. Also, music was politicized in that period too. I hope that you have evolved...

Simply add `include` to your include search path :) The Agui CMake script does this - `target_include_directories(agui PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)` - so I guess we need to do that as well,...

I actually tried this, and I had to modify the Allegro backend CMake script a tiny bit: ``` add_library(agui STATIC ${AGUI_SOURCES}) target_include_directories(agui PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) include_directories(agui PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) ``` I am...

When you perform a search for nothing you get a result page telling you this: > Search results for "" > No results found. Would it be nice to have...

> frustrating setup of testing environment that is barely documented. Probably because it is already set up ? It is part of both basic and advanced project templates and is...

Vagrant.. why not Docker? Should the _install_ page link to Vagrant scripts and Docker images? Is probably a good idea. Although, I think a community wiki page about it would...