Jiamo

Results 14 comments of Jiamo

After it success created. We can only use `(Integer) ((Object) map.get("type"))` to use the map.

I found out sync worker ok. async worker not.

我就尝试移植了https://github.com/qwj/python-proxy/blob/master/pproxy/cipherpy.py 中的 chacha20 相关的几个算法。 https://github.com/jiamo/shadowsocks-java/blob/master/src/main/java/cn/wowspeeder/encryption/ChaCha20_IETF_POLY1305_Cipher.java ChaCha20_IETF可以工作。 但是 ChaCha20_IETF_POLY1305_Cipher 不可以工作。像是 tcpproxyhandler 中 clientChannel 被提前 close了。 但是对 netty 不熟。

another question is In book example ``` "concat": { "columns": ["publisher_id", "publisher_name"], "into": "xyz" }, ``` seem don't have effect. The created index in es don't have column `xyz`. And...

``` (* Added by OPAM. *) let () = try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH") with Not_found -> () ;; #use "topfind";; #thread;; #camlp4o;; #require "core.top";; #require "core.syntax";; ``` Can make ocaml...

figure out : default heap size : ``` jobmanager.memory.heap.size 25165824b ``` is too small. using this config: ``` flinkProperties: taskmanager.numberOfTaskSlots: "1" jobmanager.heap.size: "" # set empty value (only for Flink...

Thanks. I already pull some fixs branch (which not merged to master) to make 1.19 eks work. This PR #420 conflict so much. It is possible to make priority for...

uname ``` Linux arm1 5.15.0-1013-oracle #17~20.04.1-Ubuntu SMP Mon Jul 4 05:29:46 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux ``` Docker version ``` Client: Docker Engine - Community Version: 20.10.17 API version:...

bullseye is the same error.

maybe related https://github.com/timescale/timescaledb/issues/4997