Łukasz Łazarecki
Łukasz Łazarecki
I get the following exception, when I try to run a TF frozen graph model: ``` java.lang.RuntimeException: offset + length is higher than original length java.lang.RuntimeException: java.lang.RuntimeException: offset + length...
Is [FreeType2 class](https://docs.opencv.org/3.4/d9/dfa/classcv_1_1freetype_1_1FreeType2.html) not available available in the current build? I can't find it within OpenCV module.
I'm getting this weird native code crash once in a while: ``` Stack: [0x00007fb3b8083000,0x00007fb3b8184000], sp=0x00007fb3b8181c98, free space=1019k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native...
No sure if this editor is still supported, but I'm getting this error when trying to use something like fwidth() (which seems to work in e.g. Shadertoy).
There's not "extract method" option available. IDEA 14.0 plugin 0.10.1.TestCompilerCompletion haxe 3.4.0 haxelib 3.3.0
Currently, there's no easy way to get the screen, which is being hidden (only the active screen can be accessed via navigator's property). I think adding custom data with previous...
Chaining multiple tweens, so each one starts after the previous one finished is currently quite fiddly - you basically have to start a new tween from the old one's onComplete...
In 1.x there was a ```flatten()``` method for easy batching of static objects together (on one or multiple batches). There's no such thing currently, but it looks like that if...
This situation I'm describing here caused problems with my project, where I copied your event system, Daniel. It probably doesn't have any effect on Starling currently, but it may cause...
I've been playing around with Starling lately and noticed this: https://github.com/Gamua/Starling-Framework/blob/master/starling/src/starling/display/DisplayObject.as#L768-L778 I guess (and when I say "guess" i really mean it's a guess, because I'm not an expert here...