Frode Nilsen
Frode Nilsen
Might be happening on 9+ actually. Will investigate more the coming week
Issue updated with full stack trace and the fact that it release build
Sorry haven't started yet but can try and look at it this weekend. It would help if someone could outline the requirements. My hypothesis is that we're only talking about...
Ok so I have tested the naive, buffered implementation for Windows which @koral-- added Windows support for in 8a3619015c29ac3891368f2fa176fc22964a63e8 I tried three scenarios, with the respective commands: - `cmd /c...
I have made a fix for the linefeed issues in the composer unit tests and created a PR [here ](https://github.com/gojuno/composer/pull/118) However `HtmlReportSpec` needs a whole other level of setup to...
Shouldn't v0.1.4 contain the Windows support? Still getting `Exception in thread "main" java.lang.IllegalStateException: Unsupported os windows 10, only [Lcom.gojuno.commander.os.Os;@4f777eb7 are supported.` after having forcefully upgraded the subdependency through gradle `resolutionStrategy`:...
@yunikkk : Since the workaround unbuffered output isn't needed on Windows, how about just doing buffered output on Windows regardless of input value? Or is that bad design? Basically changing...
I've encountered this once or twice myself but haven't been able to reproduce it. Can you try with Giraffe Beta 3 (or later) and v1.2.0 of the plugin? So far...
It's a long time since I've looked at this code now. Are you asking how to enable caching in general, or t if enabling caching with volley (if it supports...