Saifhashemi Arash
Saifhashemi Arash
Possible duplicate of #983
I wrote [log-with-statusbar package][1] for a similar problem. The following should get what you want: ```javascript var clui = require("clui"); var log = require("log-with-statusbar")(); var Progress = clui.Progress; var value...
Here is another example: ```xml ``` Notice that `testsuite` tag has `skipped` but `testsuites` does not. This is the example that I ran: ```cpp TEST(MyTestSuite, Test1) { ::testing::GTEST_FLAG(output) = "xml:out.xml";...
I also have this issue in ios where images after resize don't have the correct aspect ratio. Is there any updates or workaround on this @vazad28 ?
Any chance this will be fixed?
Thanks for fixing! How does the multiline work now? Does it need `\n` or will it wrap automatically? Also, when will this version be available on google Play?
> * `\n` doesn't work. Did it work? (is it a regression?) > * actually embedding a newline in the string works. i.e. It now works. I call it from...
@gabrielaB I have the same issue. Did you find any solutions?