Christian Brunotte
Christian Brunotte
I have a similar problem as I release quite often for small changes and have versions like: target/foo-20160503T152414-5a8b795.jar i.e. ${timestamp}-${buildNumber}. It would be great if the [[version]] tag from src/deb/control/control...
My concern was more if the current plugin defaults are sensible? I would guess that most users would usually not want to see alpha and rc versions for their dependencies...
Since then I've tried your plugin in various projects (mostly Java / Kotlin / Spring) and found the following solution as perfect for all of them. It is based on...
I guess we can agree that the user experience without any filter is the worst of all as almost all libraries get false proposals due to some -rc or -beta...
In `MockWebServer.enqueue(response: MockResponse)` the "dispatcher" is cast to QueueDispatcher to calll its "enqueue()" method. I would propose the same for "clear()".
see https://github.com/square/okhttp/pull/6736
A constant stream maybe a but CLI it's usually a line based one so you could add sys.message() output or timestamps right after the next newline you output. Timestamping could...
BTW, the 0xc3 is the first byte of UTF-8 "ü": ``` echo -n ü | od -t x1 0000000 c3 bc ``` As it says "UnicodeDecoder" but then "ascii" codec,...
It's a Debian system with both python2.7 and python3 installed. How can I force the installation for python3? I tried replacing python by python3 in the Makefile but it fails:...
Have you measured a noticable effect? When I run `ssh -v $host | ts '%.S'` I can only see 0.15s or so between SSH2_MSG_SERVICE_ACCEPT and "Next authentication method: password".