mfl
mfl
I have a few QPushbuttons in my view. They are programmatically added to the view. While the text color works fine in the buttons, the background color remains white in...
Hi, I am using ofxGifEncoder to create a Gif file. The addon is using FreeImage to create the GIF file and use FreeImage_CloseMultiBitmap to save the Gif file. It works...
When I run this command: `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Debug ../` I get the following warning: ``` CMake Warning at cmake/target_optimizations.cmake:57 (message): unsupported CMAKE_SYSTEM_PROCESSOR 'arm64' ``` Does that mean arm64 architecture...
Hi! I discovered Nysthi today and I am excited to play with the sample based racks there! However, when playing back the samples in small slices (like 1 or 2...
Hi, thanks for the nice work! According to the following thread it seems that (t/=d) \* t is an undefined behavior. http://stackoverflow.com/questions/18729323/unsequenced-modification-and-access-to-parameter While I have no problem using this addon...
It's no mentioned in the README file in this github page, but I read it [here](http://cocoadocs.org/docsets/TMTumblrSDK/4.0.4/) that Apple rejects apps that use three-legged OAuth via Safari OAuth on iOS. Is...
Hi, I was using the example PhotoPostExample using OAuth on iOS. The user is successfully authenticated but I am not able to upload the test image. Here is the error...
I am trying to add TMTumblrSDK into my project using cocoapods. This is what I have in my pod file: ``` platform :ios, '7.0' target 'PhotoPostExample' do pod 'TMTumblrSDK', '~>...