Bo Wang
Bo Wang
> > [This line](https://github.com/create-dmg/create-dmg/blob/48a4aadb768da76e7903d090f31a2db20c583942/create-dmg#L323) may error at `-gt` when one or more of the two numbers being compared is not a number. Just before this comparison, it tried[ to get...
+1 for this issue, nvim 0.8.0/macOS ``` Installing LunarVim shim starting LunarVim bin-installer bash ./utils/installer/install_bin.sh You can start LunarVim by running: /Users/totoro/.local/bin/lvim Preparing Packer setup Unable to set logger's level...
NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 +1.
我这边的现象是:(机型 Honor 9) 1. 插上 USB 线做完 init 后,atx-agent 可以正常运行 2. 拔掉 USB 线后,也一切正常 3. 再次将 USB 线插到其他设备上,则 atx-agent 会退出 能否设置该 service 一直在后台运行?
@codeskyblue 我这边暂时用如下的方式来workaround: 1. 连接电脑,执行init来安装apk,初始化atx-agent,并设置adb的端口为5555,adb tcpip 5555 2. 将手机插在其他设备上 (目前有这种需求),此时atx-agent无法运行,相应的weditor同样无法使用 3. 此时手机的ip地址已知,假设为device_ip,利用adb connect device_ip连接设备 4. adb shell /data/local/tmp/atx-agent -d重新运行atx-agent 5. 之后atx-agent则可以正常使用
already upgrade to version 1.17.0, no such issue again
遇到相同的问题,无法使用 sh,查看日志等功能 现在这个项目还有人维护么?好多问题都没人解答
apisix dashboard log ``` 2024-01-23T15:28:57.015631618+08:00 2024-01-23T07:28:57.015Z filter/logging.go:45 /plugin/list {"status": 304, "host": "apisix-xxx.bambu-lab.com", "query": "", "requestId": "", "latency": 0, "remoteIP": "61.169.76.178", "method": "GET", "errs": []} 2024-01-23T15:28:57.696833305+08:00 2024-01-23T07:28:57.696Z filter/logging.go:45 /apisix/admin/plugins {"status": 200,...
> `2024-01-23T15:28:58.400529750+08:00 2024-01-23T07:28:58.400Z filter/logging.go:45 /plugin/list {"status": 304, "host": "apisix-xxx.bambu-lab.com", "query": "", "requestId": "", "latency": 0, "remoteIP": "61.169.76.178", "method": "GET", "errs": []}` > > It show 304 code when you get...