-
Similar to `toBuilder=true`, add the ability to have a `B newBuilder()` instance method generated via `@Builder(newBuilder=true)` so buildable objects can be treated generically.
A great thing about …
-
https://github.com/stephpy/timeline/blob/master/src/ResultBuilder/Pager/KnpPager.php#L42
should be
```
$this->pager = $this->paginator->paginate($target, $page, $limit, array('distinct' => true));
`…
-
Hello,
I created a Node with the following statement
```
CREATE (n:TestNode {name:'test'}) RETURN n;
```
When trying to retrieve the current Record's fieldNames, the result is empty.
```
Driver dr…
-
To reproduce create action with 2 components and try to paginate a timeline
The paginator Count method will return wrong (bigger) number of results, which will cause the pagination to paginate in more…
-
This will be needed by the ResultBuilder class in Wikibase for API XML output.
-
We create 3 nodes in database:
```
CREATE (m:Movie {title: 'Lord of the Rings', author: 'J. R. R. Tolkien'})
CREATE (a:Actor {name: 'Orlando Bloom'})
CREATE (m:Movie {title: 'Troy', author: 'Homer'})…
-
In data.proto, change the bytes field data in ItemResult to a repeated bytes field. Update result builder to handle this and then fix any issues caused by this. Also remove the proto messages used tha…
-
As per log.html:
Two test suites are run. Of them 2nd suite has "failed at suite setup" due to which the test cases within are marked as FAIL with the reason "Parent suite setup failed".
As per XML f…
-
When I do `REQUIRE( bytes != nullptr );` I get the following compile error in Visual Studio 2013:
```
4>c:\users\excaliburhissheath\gunship\tests\Catch/catch.hpp(1075): error C2593: 'operator
-
Hi!
Using your current master branch, running the testsuite with valgrind results in the following errors:
```
==14831== Conditional jump or move depends on uninitialised value(s)
==14831== at 0…