Marcel Ruegenberg

Results 19 issues of Marcel Ruegenberg

Hi, I get the following errors when trying to build with EDSK 3.4: ``` /usr/local/Cellar/qt/4.8.5/include/QtCore/qmetatype.h:256:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register] register int id = qMetaTypeId(); ^~~~~~~~~ 6...

Similar to doom-themes, it would be nice to have theme support for neotree.

enhancement
help wanted

When using iOS 7, there is a new process for persisting purchased non-consumable IAPs. See [here](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/DeliverProduct.html#//apple_ref/doc/uid/TP40008267-CH5-SW4): "For non-consumable products and auto-renewable subscriptions in iOS 7 and later, use the app...

enhancement

Sometimes there is a (harmless) warning like this: ``` WARNING | /mat/waterTEST/ai_ocean_samplelayers1.depthfalloff: enumerated value -1 is out of range WARNING | /mat/waterTEST/ai_ocean_samplelayers1: could not set INT parameter "depthfalloff" ``` This...

Hi, I'm getting some errors when using Python 3 (3.4.3) (and installing from pip, pyflann 1.6.12). - I'm getting import errors due to relative imports. The solution is to replace...

Hello, if there is a way to access properties of e.g a window such as its size, I was unable to find how to do that. This would be useful...

This should also fix [pyblish-nuke/#44](https://github.com/pyblish/pyblish-nuke/pull/44), which has some more context

Most users would consider the root URL they enter into a browser as their "Kitsu URL", which is what the Login widget asks for. In practice, you need to add...

When I put `ofEnableNormalizedTexCoords` at the start of `ofApp::setup` in `example-Basic`, the client no longer renders the texture from the server correctly. The same happens I do ``` mClient.bind(); mClient.getTexture().draw(50,50);...