kcrazy

Results 7 issues of kcrazy

![WX20210218-154358](https://user-images.githubusercontent.com/1505797/108322200-261e0480-7200-11eb-815a-7eef83ddbb37.png) I set up session A, and B ![1613634303464](https://user-images.githubusercontent.com/1505797/108322537-890f9b80-7200-11eb-9970-f0b4a35fa894.jpg) But I see two records in redis One contains A, the other contains B After refreshing the browser, one contains A...

🐞 type:bug
🕵🏽‍♀️ status:need-investigation

It seems that the timer started by `WdfTimerStart `in the `VIOSockConnect `function is stopped by `WdfTimerStop `in `VIOSockRxPktHandleConnecting`, resulting in invalid timeout mechanism

Bug
viosock

Hi, Is this project still updated? or anything else planned?

the default ABI of the windows kernel is stdcall, so the most functions do not specify ABI. Is it possible to increase the default ABI option? example `default_abi(name: &str)` ```rust...

# Bug Report ## Environment Windows 11 22H2 Zola version: 827655181113eb634275c6d7928621d885e13918 ## Expected Behavior OK ## Current Behavior ``` zola.exe serve Building site... Checking all internal links with anchors. >...

加入 driver-go之后,编译时,总是出现这些字样 请问能否显示这些? ``` # command-line-arguments /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc ```

I want to link my blog content to a specific page in taxonomies, for example. myblog.md ``` +++ title = "Shape of water" date = 2019-08-15 # date of the...

enhancement