JimZhang

Results 17 issues of JimZhang

No Database ``` (Unauthorized) not authorized on admin to execute command { serverStatus: 1 } ``` always use admin database, but database is provided in mongo uri. ``` http://localhost:54034/api/runCommand?d=admin&c=listDatabases ```

I know that the number of edges can be maintained through vertex properties, but it seems a bit cumbersome to do this in graph structures that change frequently.

UDF `write.lua` as follow ```Lua function deleteRecord(rec) aerospike:remove(rec) end ``` execute in python ```Python Query.where(p.equals('tn', tn)).apply('write', 'deleteRecord', []).results() ``` get Error > exception.UDFError: (100, "UDF: Execution Error 2 : ./write.lua:3:...

**Describe the bug** Unable to use proxy to access many https sites. **To Reproduce** Steps to reproduce the behavior: ```Python async with aiosonic.HTTPClient(proxy=Proxy(proxy)) as client: resp = await client.get('https://github.com') print(resp.status)...

The ABOR command is sent when the ftp file download is finished, the server no longer responds and raises the TimeoutError code: ```python def test1(): fs: FTPFileSystem = fsspec.filesystem('ftp', asynchronous=True,...

The content of the item is different, some have thousands of characters, others have only a few characters.

Using base64 encoded data in the header, webhook does not work. Because the following code: ```Golang for _, value := range p.Config.Headers { header := strings.Split(value, "=") req.Header.Set(header[0], header[1]) }...

I have a big table with 500 million data. Update the database with the following statement A: ` merge (n:rlnode ? ) merge (m:rlnode ?) merge (n)-[:knows ?]->(m);` B: `merge...

经常出现无候选词的问题,必须重新安装decoder才能解决,我记得9月那个版本从本地安装很少出现这个问题,从商店安装就经常出现这个问题。 前后端分离可以把后端放shell里面跑,然后输入法请求后端这种方式也可以吧,感觉更稳定一点 不知道librime-wasm改造到什么程度,我记得leveldb的依赖不太好弄

**Describe the bug** In the sqlite engine, configuring `update_fields` will configure on_conflict for `self.insert_query` and `self.insert_query_all`, resulting in duplicate on conflict fields. `'INSERT INTO "fileevent" ("id","tn","date","url","status","create_at") VALUES (?,?,?,?,?,?) ON CONFLICT...