Romeu Pires

Results 5 issues of Romeu Pires

These are some soft changes to allow a ModelFunction to not necessarily navigate to another page. I think it is useful to have a more generic button on lists that...

I've checked `table_field.dart` and couldn't find the reason why. It happens regardless of 'changeToCard' mode is used

I think it would be useful if labels wouldn't persist indefinitely. If I have a set of {method,path,status_code} that has not been active for a given time, I would like...

Looks like CMake sets these flags for compiling: `set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11 -stdlib=libc++ -fno-rtti -fno-exceptions -g -Wall")` For what I [found](https://stackoverflow.com/a/24419967/10508429), this option `-stdlib=libc++` is only supported in clang. I'd...

As said in the README: > (...) Each distinct point exists in a unique leaf node; coincident points are represented by a linked list. (...) So this is a quadtree...