Yi Lu

Results 25 comments of Yi Lu

Maybe we can add a gslc_collect poniter and a result pointer (void*) to each page first,and then create and store "standard dialog" as a collect into the rom.Next,we provide some...

Maybe we can use a javascript Marked.js to do it.In that case,we won't need to consider what backend is used.

I found a way to use github app with API v4 instead of using github oauth app with API v3.Just need to create a new github app,and give it issue...

![packages\@vssue\api-github-v4\src\index.ts](https://user-images.githubusercontent.com/53362310/75509332-2c7d0480-5a22-11ea-9f4a-d20b570e3cfd.PNG) #### Github API v4版本的请求头accept是否应改为 'application/vnd.github.v4+json' ? 还是说,由于要用一部分API v3的功能,所以要用 'application/vnd.github.v3+json' ?

Yes, It is. I'd like to see what can I do, but I use Arduino more, so the implement of IDF is not so familiar. I'd try to work on...

OK, I tested the current WiFi to PPPoS slave with ESP32-C3, with pppd on openwrt, but something is just wrong -> The pppd did get client ip (192.168.11.2), but it...

I also tested manually set the ip, using `pppd -detach 192.168.11.2:192.168.11.1 nocrtscts noipv6 ttyUSB0`. It can connect actually, but when I ping 192.168.11.1, there is activity on serial, but lots...

I guess the baudrate should be the issue of my wire and the oscillator used on the CH340... Never mind, since we could always make a PCB or just use...

I'd merged some code to create AP and set DNS from esp_modem to the example in the commit of my fork (https://github.com/DynamicLoader/esp-protocols/commit/12eaabc2a7656fbb9f1774e11f87c31d708dbddb) How can the NAPT work in this case?...

One thing I'd mention is IPV6CP is working. There seems no 'ask_for_local' used in ipv6? Besides, as we are the server, we would know local ip. The problem seems to...