Dr. Kibitz

Results 51 comments of Dr. Kibitz

Would simplify the solve for this too: https://github.com/ryokosuge/Nuke-WebP-Plugin/issues/31

I'm also realizing another issue is that it expects to have been installed by carthage before building. Carthage allows the use of submodules, which means I expect to be able...

@ryokosuge The only thing that needs to happen is removing the copy-frameworks run phase in this project. If you read the Carthage documentation for developing frameworks, it actually mentions to...

@ryokosuge can we remove the copy-frameworks step? This is causing a lot of headaches and I ended up forking it to remove it myself? I can submit a PR, but...

This approach could actually be in favor over, yet integrated with https://github.com/isaacs/npmjs.org

Could https://github.com/mbrevoort/node-reggie/blob/master/lib/data.js be considered the backend store? Sorry I haven't had the chance to see how all this is coupled together.

I should also mention I am running Haxe 3.0.1, Neko 2.0.0, Mac OS 10.8.5. And probably more importantly, the dev versions of hxcpp, nme, openfl, openfl-native, openfl-tools Might be a...

You also might notice that the screen shot is not a build directly from the test project, but I can confirm that the same thing happens there.

Ok I double checked by running this example https://github.com/jgranick/nme-bunnymark TileTest.hx does work when targeting neko on the same environment, so I'm leaning more toward that the issue is somewhere in...

I may have found the issue, still debugging though. This https://github.com/matthewswallace/openfl-tilelayer/blob/master/haxelib/aze/display/TileLayer.hx#L96 line fails on Neko. A failed cast does not result in `null` on Neko.