mobus

Results 11 comments of mobus

> I will check it next week. step 1: kubectl create secret generic kiali -n istio-system --from-literal=username=admin --from-literal=passphrase=admin step 2: kubectl -n istio-system delete po kiali-xxxxx step 3: i guess...

> ``` > resty -e 'print(require "resty.requests".get{ url = "https://github.com", stream = false }.content)' > ERROR: (command line -e):1: attempt to index a nil value > stack traceback: > init_worker_by_lua:45:...

no time to wait, so I implements it, please see https://github.com/Ankr-network/opennet

> We cannot find your chain on https://chainlist.org/ ok, we will add it

我的表情发送正常的,文件框不能正常工作,点开一闪就消失了

> 微信的安装路径跟版本号挂钩了,比如 `C:\Program Files (x86)\Tencent\WeChat\[3.9.2.23]`,打包时会在启动脚本内硬编码一个微信版本号。 > > 在安装或使用时如果微信更新了版本,安装路径就会发生改变,启动脚本也就找不到路径失效了,也就会出现你现在打开闪退的情况。 > > 可以克隆本项目,然后本地合并我的 [PR](https://github.com/vufa/deepin-wine-wechat-arch/pull/287),再在项目目录下运行 `./gen.sh -u `,其中 `` 是最新的微信版本号,脚本运行完再 `makepkg -si`。 > > 这方法我本地测试没问题,你可以试下,如果有问题欢迎反馈。 用的你repo 能成功安装,但还是启动不了,没有任何错误提示信息。。。,命令行启动出现这个错误:/usr/bin/deepin-wine6-stable:行46: arch:未找到命令/usr/bin/deepin-wine6-stable: 第 50 行:[: 参数太多

I test it, not happen, how do you test it ? test code ```rust use rusty_leveldb::{Options, DB}; fn main() { let mut db = DB::open("test.db", Options::default()).unwrap(); let rs = db.put("hello".as_bytes(),...