Lucas Ventura Carro
Lucas Ventura Carro
I've found this too. On a helper script sourced from tests files I had: ``` export FALSE=1 ``` After changing it to a more elegant way: ``` export FALSE=$(false;echo $?)...
Thanks, works like a charm. Btw, that flag is not in the README :) (I will leave open if you want to add it or so)
Other conditions (like `not`) are not working either: ```from README example ... stage('Example Test') { when { not { expression { return false } } } agent { docker 'openjdk:8-jre'...
After digging, I have found the merged https://github.com/powermock/powermock/pull/1113 probably solves this issue.
My _duplicate_ issue is because I have a group with multiple feeds (from the same source, but different filters) inside, and the same article is at both feeds.
> When using the springboot jar, you can rewrite the **org.reflections.vfs.zipfile** class and implement it with **org.springframework.boot.loader.jar.JarFile**. > > org.springframework.boot spring-boot-loader I'm trying (after some time digging) but I'm still...
Any of these methods would help to paginate over the 10000 limit?
> I regularly use the code on PR #1623 to page millions of objects. Then I am doing something wrong with your code, because an `execute` that returns 19k objects...
> Can you post your code? It looks like your size might be set too high for the shards to return results. You are completelly right, before doing the paging...
Hi @reese-allison, I did a question on the issue #1329.