Safi50

Results 7 comments of Safi50

Did anyone find the solution ? Everything works fine in android. But files are not downloading in ios and these functions ( showNotification: true, openFileFromNotification: true,) are also not working....

Hi! I am Syed Safi Ullah. Looking forward to contributing to this project.

**NetworkX** - NetworkX is a Python library for creating, manipulating, and analyzing complex networks (graphs). It is primarily designed for in-memory graph processing. - NetworkX represents graphs as Python objects...

If you open the [models.py](https://github.com/apache/age/blob/master/drivers/python/age/models.py) file in the python driver, you'll find that there is no `Model` class or `Function`. If you are simply trying to import the file `age.models`,...

The issue you are encountering might be due to the differences between Neo4j and Apache AGE. Apache AGE currently does not support all the features and syntax that Neo4j supports....

Did you check if your **AGE** extension was properly initialized after Kubernetes db pod restarted ? Enter the following in your psql cli to get list of postgres extensions: ```...

Refer to this [Stack Overflow Question](https://stackoverflow.com/questions/76233940/age-graph-delete-constraints/76238638#76238638) about how `DELETE` works and its constraints. Additionally, more information is given in the [Apache AGE documentation](https://age.apache.org/age-manual/v0.6.0/clauses/delete.html). By default, deleting edges does not delete...