Juan Medina
Juan Medina
I asked this very same question before
https://github.com/ssadedin/bpipe/issues/167
The stateful checks functionality is giving me some trouble, is there any possible way to do avoid the dependency on $output? I would truly appreciated it. My checks do not...
@ssadedin thank you very much for your response. I think this might work, so I actually would like to put`internalOutputs.each { file(it).deleteOnExit() }` in the `otherwise` statement, therefore checks will...
That is exactly what I want to do, only recheck the checks that failed regardless of `$output`.
OK, so placing `internalOutputs.each { file(it).deleteOnExit() }` in the otherwise clause has no effect at all :( It didn't work neither when I placed `internalOutputs.each { file(it).deleteOnExit() }` inside the...
Yes, you are correct. I was referring more to scrolling rather than selection brushing. The real problem is scrolling. >It's tricky to think how this would interact with selection since...
It would be amazing if PDFs are also supported
@Safrone Thanks for the hack!
@QingWei-Li thanks for such a great tool. I was wondering you have think about providing this support and even whether or not its possible. I was looking at `git worktree`...