Jiamo

Results 20 issues of Jiamo

https://github.com/Meituan-Dianping/DBProxy/blob/master/doc/USER_GUIDE.md 这个里面: #日志缓冲大小(日志条数),默认500 sql-log-buffer-size= 应该把 500 写进去。 否则: Program received signal SIGSEGV, Segmentation fault. 0x000000000041093d in main_cmdline (argc=1, argv=0x7fffffffe478) at mysql-proxy-cli.c:866 866 g_critical("%s: %s", G_STRLOC, gerr->message); (gdb) bt #0 0x000000000041093d...

enhancement

我看 CryptAeadBase 里面有 //TODO unfinished. 比如 ChaCha20Poly1305 的支持?

Not a bug . But it may have exception error log. In example there is trunc data before insert. When pull data it will throw something like `pgsync.exc.ParseLogicalSlotError: 'No match...

The build with spicy will be huge size. It will be a problem.

using default docker-compose.yml in https://github.com/JanusGraph/janusgraph-docker - Version: docker.io/janusgraph/janusgraph:latest - Storage Backend: = berkeleyje `:> mgmt = graph.openManagement(); mgmt.getGraphIndexes(Vertex.class);` return null. But in log ### Stack Trace ``` 2022/09/14 11:14:59 %!(EXTRA...

kind/bug/possible

### Bug Type (问题类型) others (please edit later) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) {"versions":{"version":"v1","core":"0.12.0.0","gremlin":"3.4.3","api":"0.67.0.0"}} ### Expected & Actual behavior (期望与实际表现)...

bug

I create an process before create app. When I `kil -2 pid`. The program got `Termination request receive` and hangup. In my create process I also register the handle to...

enhancement

I have a lib https://github.com/jiamo/pfcm to use firebase cloud message. ``` def test_pfcm_send_topic_include_not2(): message_title = "topic" message_body = "{} body of message".format(datetime.datetime.now()) fsmapi = FcmAPI(project_name, private_file) pfcm = Pfcm(fsmapi) topic...

``` Last 15 lines from /Users/jiamo/Library/Logs/Homebrew/llvm-3.7/04.make: In file included from ../src/debug.cpp:15: ../include/__hash_table:1132:43: error: exception specification in declaration does not match previous declaration __hash_table::__hash_table() ^ ../include/__hash_table:839:5: note: previous declaration is here...

cd src/interps scheme chez-init.scm > (load "all-tests.scm") > (do-all-tests) test: let-to-proc-1 (proc (x,y) +(x,y) 5 6) Error reported by closure: Bad env field (environment? (extended-env-record (i v x) #(1 5...