randoms

Results 11 issues of randoms

In [tox loop](https://github.com/Impyy/SharpTox/blob/master/SharpTox/Core/Tox.cs#L395). ``` while (_running) { if (_cancelTokenSource.IsCancellationRequested) break; int delay = DoIterate(); await Task.Delay(delay); } ``` Task.Delay was used to sleep for some time. But if the threads...

比如经常把三声标成二声

通过和pypinyin库中的拼音比较,移除dict文件中的错误拼音记录

``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4ffcac] goroutine 234510 [running]: bufio.(*Writer).Flush(0xc000287340, 0xc0005dd96c, 0x115) /opt/hostedtoolcache/go/1.13.10/x64/src/bufio/bufio.go:593 +0x5c bufio.(*Writer).Write(0xc000287340, 0xc0005dd96c, 0x51d, 0x6d694,...

如果网速比较慢,在一个activity里面发起了http请求。在请求过程中用户跳转到其他的activity,这时候如果触发onSuccess之类的回调函数,程序就会出错误。因为被操作的对象已经不存在了。

Example Project: https://github.com/AutoxingTech/simple_publisher_crash output message size ``` Publication::enqueueMessage 1 2427156042 Publication::enqueueMessage 2 2427156042 Publication::enqueueMessage 3 ```

pip install pytox failed on windows. details ``` cl : Command line error D8021 : invalid numeric argument '/Wno-declaration-after-statement' error: command 'C:\\Users\\newne_000\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2...

``` hikey970% sudo resize2fs /dev/sdd12 [sudo] password for hi: resize2fs 1.44.1 (24-Mar-2018) Filesystem at /dev/sdd12 is mounted on /; on-line resizing required old_desc_blocks = 1, new_desc_blocks = 7 resize2fs: Invalid...

bug

The proxy cannot be used to download large files right now, use http stream to solve the problem.

Feel free to ask any kind of questions in the issues page, but please use English since other users may find your questions valuable. **Describe the bug** Use webui and...

bug