Aleksandr Kuzmenko

Results 52 issues of Aleksandr Kuzmenko

I'm experiencing the same issue with haxelib mod_tora and git neko: http://haxe.org/forum/thread/3395#nabble-td6791774 Haxe code to reproduce: ``` var q : Dynamic = null; q.some; ``` For the first attempt to...

I am getting error in travis report ``` sudo: must be setuid root ``` https://travis-ci.org/StablexUI/Core/jobs/98666528#L104 To get rid of that error i had to add ``` sudo: required ``` at...