Kyle McDonald

Results 117 comments of Kyle McDonald
trafficstars

that should be rewritten with a `values.erase(remove_if...` anyway, but i also remember: ``` Erasing an element from a map also does not invalidate any iterators, except, of course, for iterators...

crazy! if you could offer any help here it would be much appreciated. i'm amazed that stl acts so differently from one implementation to the next. not denying that this...

Just reviving this old thread to say: showing the methods of a class was my expected default behavior for "--help" and I was very surprised when I discovered it did...

i'm running osx 10.10.2 and have gcc 4.9.1 installed via homebrew. this fixed it for me: ``` cd /opt sudo mkdir -p local/lib/libgcc cd local/lib/libgcc sudo ln -sf /usr/local/Cellar/gcc/4.9.1/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libgomp.1.dylib ```

@nosarious it will not. that's a limitation of openni itself, not ofxOpenNI.

@Daandelange i meant that "launch" should open the project file in the IDE. i agree that opening another finder/browser window is not very useful.

> Plus there's gonna be a drag & drop feature which would act in the same way. just want to put another vote in for this :)

yes, that's a vote for drag and drop :) i was just using the PG heavily to update a bunch of repos, testing that it worked for all of them...

> @chandradharkoneti This method works good. But, the _**text color**_ of additional information is black, too. Is there a way to make the texts be _**brighter**_ ? Here is a...

not sure if this is what you were asking, but here is some code to save frames from memory straight to a video file. if you chop this up a...