Roy Zuo

Results 20 comments of Roy Zuo

我已经试过重新编译安装ruby和nlpir,问题依旧。

I did not expect this got accepted. After all it has so many breaking changes. Some updates here. I have been using arm64 build with sqlite3 for more than a...

For anyone who still has the issue which gives something like the following when executing `:python3 import neovim` > ImportError: /home/roy/.local/lib/python3.6/site-packages/greenlet.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyExc_ValueError You should config pip to compile...

I can confirm this problem. `TZ` environment is not used at all by nodes. Node scheduling still uses utc, and node logs timestamps are all in utc.

因为代码是用ruby调用urllib之类的库去查询,所以除非你用了全局代理,不然的话他是不会用代理的。 不知道这个解释能说明白吗。

The follow is what I get from running ecto integration. I think the error message does tell which constraint has been violated. ``` ** (Sqlite.DbConnection.Error) UNIQUE constraint failed: posts_users_composite_pk.post_id, posts_users_composite_pk.user_id...

I think I am hitting the same issue when deploying a multi-node k3s on oracle cloud. Server and agent are all Ubuntu 20.04, neither flannel or calico works. For flannel...

`node-external-ip` with `wireguard-native` works fine on oracle, and they are the only options needed. However, it does not work with latest k3s last time I checked. I am version pinning...

I find `System.cmd` works with better consistency. It seems to give more reliable output, and internally, it still uses `Port.open`. ``` elixir iex([email protected])17> System.cmd(Path.join(:code.priv_dir(:captcha), "captcha"), []) {, 0} ```

This is because `ex_force` has gzip compression turned on, but when you send a `accept-encoding` with gzip to salesforce, the response does not contain a `content-encoding` header field required to...