Shivam

Results 62 issues of Shivam

Raphtory filter APIs can make use of new filter expr APIs and replace filtering with index based searching wherever efficient.

Enhancement

Edge.src.property("p1") == 2 Edge.dst.property("p1").temporal().latest() > 2 Edge.src().id() Edge.src().degree(), etc filter.Edge.node().degree > 5 ----- filter.Edge.src().degree > 5 | filter.Edge.dst().degree > 5 (maybe, AND or OR) ?? All filter expressions supported for...

I think it would be really nice if the *react-native-calendars* had **tooltip** feature. On `dayPress` or `dayLongPress` the calendar could show a tooltip with necessary information.

Feature request

``` panicked at pometry-storage-private/src/chunked_array/slice.rs:72:9: index out of bounds 2 10..12 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ```rust fn init_graph(graph: G) -> G { let node_data...

Bug

Fixes https://github.com/Pometry/Raphtory/issues/1984

The `apply_views` function should just go away and be replaced by `filter` once the filter apis are feature-complete and cover all these cases! _Originally posted by @ljeub-pometry in https://github.com/Pometry/Raphtory/pull/2350#discussion_r2489704917_