Mohammad Ali Mehdizadeh

Results 10 issues of Mohammad Ali Mehdizadeh

django QuerySet has aggregate and annotation methods. But in [neomodel.nodes](https://github.com/neo4j-contrib/neomodel/blob/bfeae3e10498006dc0aae6bab2885a3c0f194dc3/neomodel/match.py#L565) this methods are not implemented. as i study neo4j has some [aggregation functions](https://neo4j.com/docs/cypher-manual/current/functions/aggregating/). what's reason?

discussion

I can't create `CONSTRAINT TRIGGER` and also set `DEFERRABLE INITIALLY DEFERRED` settings.

question

as mentioned in #185 i modify [google_analytics_gtag.py](https://github.com/jazzband/django-analytical/compare/master...likecodeingloveproblems:google-analytics4-tags?expand=1#diff-ec6f9c3ccabd11c1b836b9d8e52d1d4d41fe96f656220f7cdafe4e08846f9c01) to get set event data in gtag. hopefully be useful

In https://github.com/jazzband/django-analytical/blob/37009f2e08e78d41ddc1bdd1e940f195c3ae4352/analytical/utils.py#L64 identity_func is defined but in google_gtag there is not any way to set it?

question

this page describe how to implement Google Analytics Enhanced eCommerce with gTag. I don't know how to implement it?

enhancement
question

is there a way to customize header names?

This project is tightly coupled with docker, and this make it hard to develop locally without docker.

Please add choice fields snippets

This code works as expected in python but failed to compile. ``` class CustomException(Exception): pass def raise_exception(): raise CustomException("custom exception raised") raise_exception() ``` this is the command to compile. `codon...

bug
stdlib

Server proxy convert to proxies as an array of IProxy, Some method helper to get the get ther server's proxy of the given connection implemented, now it loops over all...