Richard Cissée

Results 16 issues of Richard Cissée

When calculating relationships between two individuals, Dijkstra's algorithm is used (via Dijkstra.php). It calculates the distances from the source node to _all_ other nodes, which is unnecessary: Once the target...

In README.md - among other things, CSS styling: "Übrigens muss/sollte man die Icongröße des Badge im Interactive Treeview auf 12 ändern: `#tv_tree div.tv_box img.fsftid { max-height: 12px; max-width: 12px; }`"

"With the module installed, on an individual's page, in the "Family Navigator" panel, when I click on the drop-down of a Father, for example, to view the Father's parents, that...

The webtrees core code hasn't quite settled yet. Therefore ongoing changes in webtrees often break some functionality of the Vesta custom modules. For now, in general the webtrees dev builds...

note for submitters

ContainerType.SEQ is based on io.vavr.collection.List, which has linear complexity for append(). See [Performance Characteristics](https://vavr-io.github.io/vavr-docs/#_performance_characteristics). io.vavr.collection.Vector would probably be a better choice here. Alternatively, an option to use custom ContainerType implementations...

Combined changes from Pull Request #885