emfanitek

Results 2 issues of emfanitek

**Describe the bug** The Confluence Server cql seems not to be interpreted the same as the cloud-based confluence. In the `pushToConfluence` method, the check against the title uses the `~`...

In groovyx.comprehension.extension.ListComprehensionExtension you use the following code: ``` static List bind(List self, @DelegatesTo(List) Closure c) { // Haskell's >>= c.delegate = self self.collect(c).inject([], {acc,elem->acc+elem}) } ``` What do you gain...