Ben Chen
Ben Chen
Default user profile page menu it's OK. misago.user.apps ```python user_profile.add_section( link="misago:user-posts", name=_("Posts"), icon="message", component="posts" ) user_profile.add_section( link="misago:user-threads", name=_("Threads"), icon="forum", component="threads", ) user_profile.add_section( link="misago:user-followers", name=_("Followers"), icon="favorite", component="followers", ) user_profile.add_section( link="misago:user-follows", name=_("Follows"),...
It's OK for : * `graph.query graph "CYPHER 1=1 MATCH (_) WHERE (_.a = $`1`) return _" ` * `graph.query graph "CYPHER b=1 MATCH (_) WHERE (_.a = $`b`) return...
RedisGraph version: 2.8.8 `GRAPH.QUERY "graph" "match (n:test) where n.name='\u554a' return n"` It can't find any nodes. neo4j is support unicode.
I wrote some unit test and begin tx. I need to query node after I create it on tx. I will rollback data on unit test end. Example: match, match_one,...
My model need output _id field to frontend of my project. ```python def dict(self, *args, **kwargs) -> dict: """ Removes excluded fields based on `Meta` and `kwargs` :return: dict of...
Hello. I met some problem about property index. I want to create gin index with gin_trgm_ops. Then I got a error message: `ERROR: operator class "gin_trgm_ops" does not accept data...
``` GRAPH.QUERY "graph" "match (n) return count(n)" count(n) -- 199055 ``` ``` GRAPH.QUERY "graph" "match p=()-[r]->() return count(r)" count(r) -- 159172 ``` ``` GRAPH.QUERY "graph" "match ()-[r:TERMRELATION]->() where id(r)= 159171...
request: `{"cmd": "getMyInfo", "type": "user", "cmdId": "5"}` response: `{"type": "cmdRet", "cmdId": "5", "taskId": "2F3CFE13-E31B-A52E-E9B1-C4056BCFEBBB", "data": {"success": false, "data": {"userName": "wxid_xv6ks2q5miaq11", "uin": 0}}}'`
**Bug report** the shape is "mlll". the pts is: [(424.45999145, 690.52001953), (306.14199065, 690.52001953), (306.14199065, 691.0870195), (424.45999145, 691.0870195)] Although it is not close. But the pts seem it should closed. So...
Hi I am looking for the relativedelta field and want to use on admin. Then found it that solve what I want. Bug it doesn't support alter on admin. So...