Haikal Ryclova-Pribadi
Haikal Ryclova-Pribadi
The interface in Grakn Core does not have generics, @alexjpwalker - which is what matters for the Grakn Client, I believe. https://github.com/graknlabs/grakn/blob/master/concept/thing/Attribute.java So I think we should remove the generics...
Let's find out the difference with `@BeforeClass` and `@AfterClass`
Being too precise by adding both `feature` and `refactor` is not actually helpful as it becomes confusing @alexjpwalker. I think just labelling it `refactor` here, as it is more of...
Okay, I found a temporary patch to use for now, but ideally we should not need this. ```kotlin val maxOffset = adapter.maxScrollOffset(0) if (maxOffset > 0 && maxOffset < Int.MAX_VALUE)...