flashultra
flashultra
Integration test failed because this ```rqOne.getIntResult(0)``` return error ```exception thrown : mysql5@result_get_int``` after ```SELECT num FROM Downloads WHERE pid = ${pid} AND `date` = CURDATE()``` . There are some possibilities:...
Thanks @andyli . Have some progress , but now the server is not available. If try to use ```docker-compose.yml``` it's redirect me to https and give " Error code: SSL_ERROR_RX_RECORD_TOO_LONG...
For some reason the following command "haxe integration_tests.hxml" do not call Repo.hx file and for that in Downloads table nothing change. I simulate connection to database and increase the counter...
You can set in ```project.xml``` file the following params ( or any other version , check here -> https://developer.android.com/studio/releases/gradle-plugin) : ```xml ```
No. Icon to be on the center and text to be after the icon or maybe icon + text with some offset to be at center. Here is example at...
I see - icon position is relative to label position . I just test left - left and looks ok i.e first show icon after that text . I think...
So for me : 1, **left- left** is ok 2. **right - right** - maybe icon and text should be at the right side of the button ? 3, **center...
I forgot about variant when icon is center , so 1) text = left, icon = center  2) text = right, icon = center  Both doesn't looks right...
Are you sure about center - center ? It's different from my test. On your test you have : left, right , center , top , bottom , but you...
No, when type semicolon. At example I have function reset(boolean active) , so when I call the function I start typing: reset(true) and after true I type semicolon. Eclipse automatically...