Rubén López

Results 4 issues of Rubén López

Pitest creates a surviving mutant that can't be fixed in Java code ``` public List getChoices() { return getChildren().stream() .filter(n -> n instanceof Choice) .map(n -> (Choice) n) // false...

Fb-contrib version: 7.4.4.sb After adding the missing dependency (see #322) the code compiles but the tests fail with the next error: ``` ERROR] Tests run: 219, Failures: 1, Errors: 0,...

addition

### Steps to reproduce flutter run -v ### Expected results The app should run ### Actual results RPCError: _flutter.listViews: (-32000) Service connection disposed ``` #0 VmService._call (package:vm_service/src/vm_service.dart:1769:7) #1 VmService.callServiceExtension (package:vm_service/src/vm_service.dart:1721:14)...

c: crash
tool
team-tool

I need to implement a "load more" functionality in my app. The problem is, I can't use the `currentNo` param because the pages will be generated dynamically in the server,...