Hamster Tian

Results 91 comments of Hamster Tian

什么叫“加进去”?我从来就没删过关于 MAC 地址的代码。

> 我的也是不显示,好像大佬改了代码 git 提交历史非常清楚,正式发布版本自从 2017 年 5 月就没动过,何来改代码一说? --- 原 issue 问题可能是屏幕更新固件导致的。我前几个月看了下新的数据交互格式,差别有点大,目前代码里也没有考虑过多版本兼容的问题,要加支持的话可能会有点坑……

你可能是用了其他哪里提供的 Makefile,本仓库自身并不提供 LEDE 编译支持,目前也不带 luci 模块。我自己发布的 LEDE 所使用的 Makefile 没有在这个仓库里,而是跟我的 LEDE 源码仓库在一起,并且我所用的包名也并不是 `phicommk3-screenctrl`。请找原始作者解答。

I've encountered exactly the same problem, and found that the extension tried to execute `~/.vscode/extensions/liwangqian.luacoderassist-2.3.0/3rd/luacheck/luacheck.exe` where it should pick up `settings.luacheck.execPath (= /usr/local/bin/luacheck)`. It seems that the `settings` object could...

I have a similar problem. Here is my profile: ``` ; A softer minimal ini that works well with most Latin language fonts (not tested with Japanese or Chinese fonts)...

> > After installing all the font files in VSCode folder the issue is gone. > > @updateing Can you please elaborate on how you resolved issue? What do you...

这个项目确实没支持 Windows……

这类项目都不太容易持续更新下去,因为作者早晚会毕业,失去调试环境。即便收到功能性 PR,也因为无法验证而难以合并。 状态转换在 eap_state_machine.* 里面,主要思路是遵照 802.1x 的标准流程构造包,允许 packet plugin 修改已构造的包。

本项目的算法移植自 [hyrathb/mentohust](https://github.com/hyrathb/mentohust),它原本是参照 Linux 版本客户端来做的,新的 Windows 版没有再研究过。 代理认证方面我也尝试过:[mentohust-v4-proxy](https://github.com/updateing/mentohust-v4-proxy),README 中有说明。不过已经过去这么多年了,可能也不保证还能用了。

在这里 segfault 的话几乎可以断定是 OpenWrt 自带的 libiconv 有问题导致的。可以在 config.mk 里关闭 ENABLE_ICONV 并打开 ENABLE_GBCONV 再编译尝试。