dibog

Results 12 comments of dibog

Hi @plutext, thanks for your tip. Can it be that the problem occurs as you are writing into the same log stream from different processes? In this case it might...

Please don't forget to add it to maven, too, as not all the world is using gradle or is thinking about to migrate to gradle.

I added a pull request for this issue: https://github.com/spekframework/spek/pull/641

mpp as in multi platform projects? Tbh. I'm using kotlin for server centered development. So I'm interested in using Spek there and we are using maven for building our projects....

I had the impression that the Reponse object already allows me to stream the content of the response body without that it was buffered in memory or in the file...

But the question: Is there a good reason to do that? To compute the Content-Length you would require it, but you can indicate that you don't know the Content-Length. It...

Yes, but only within those blocks, outside the blocks it should work as usual. Or perhaps let a command line flag indicate if the content of the block should be...

Similiar tools like 'pyenv' and 'nvm' also list of available versions and do the actual download of the tools. It would be great if `jenv` could do the same.

I like this, 'pyenv' also supports this. And its a nice documentation for git repos which JRE/JDK to use.

I'm working on a windows system and there I couldn't get the project to run or test run as I'm no aware how to do that with Unix only scripts....