jekoie

Results 19 issues of jekoie

Can you add Thinkpad T460P i5-6300HQ HD530 EFI files?

Device needed

I install it by this article, it failed and i don't know how to do now. ``` D:\go_learn\test>qtsetup time="2021-01-06T09:57:04+08:00" level=warning msg="failed to create qtenv.bat symlink in your PATH (c:\\go\\bin\\qtenv.bat); please...

启动服务(2021/10/13 9:28:33)... 2021/10/13 09:28:34 Using default config: D:\v2rayN\config.json panic: Calling Domain() on an IPv4Address. goroutine 1 [running]: github.com/xtls/xray-core/common/net.ipv4Address.Domain(...) github.com/xtls/xray-core/common/net/address.go:132 github.com/xtls/xray-core/transport/internet/tcp.ListenTCP({0xea6930, 0xc00002a0a8}, {0xea7c38, 0xc0014f26c4}, 0x0, 0xc0003045a0, 0xc0014f4d80) github.com/xtls/xray-core/transport/internet/tcp/hub.go:50 +0x17f github.com/xtls/xray-core/transport/internet.ListenTCP({0xea6930, 0xc00002a0a8},...

Below gerber file, why pcb-tools draw it in a wrong way? ```console G04 This file illustrates how to use levels to create holes* %FSLAX25Y25*% %MOMM*% G01* G04 First level: big...

直接在编辑器里改,颜色不生郊啊???

fixed

ios-tagent 能成功启动,但有无法使用? **XCode 启动信息** ```console 2021-10-18 19:52:47.543461+0800 WebDriverAgentRunner-Runner[1347:174462] Running tests... Test Suite 'All tests' started at 2021-10-18 19:52:49.347 Test Suite 'WebDriverAgentRunner.xctest' started at 2021-10-18 19:52:49.349 Test Suite 'UITestingUITests' started at...

this module don't working? ```python import pytest @pytest.mark.run(after='test_second') def test_third(): assert True def test_second(): assert True @pytest.mark.run(before='test_second') def test_first(): assert True ``` **The order don't change all ???** E:\QT-learn>pytest -svv...