Results 61 comments of Xie Yanbo

如果要避免本地编译,需要: 1. mugen 更新,使用最新的 httptools。已经提交 issue https://github.com/PeterDing/mugen/issues/2 2. BaiduPCS-Py 发布的版本中增加 wheel 二进制文件

第二个问题已经创建 issue #111

@PeterDing 另外,建议 simple_cipher 剥离出去,作为依赖包,这样 build wheels 也会简单很多。

I think this issue was introduced in 59f3e4e because the automatic height adjustment depends on `readystatechange`, but the iframe only has `load` events. see also: https://stackoverflow.com/a/36640131/150841

Suggest a simple search syntax such as `-query`. See also: - https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests#search-by-author - https://github.com/ctron/sikula

This looks like a rocksdb [issue](https://github.com/facebook/rocksdb/pull/7040), you may need to update to the latest source code to compile it: ``` cd lib/rocksdb git checkout master git pull cd ../.. python...

I just submitted #7 that compiles properly with nim 1.x, but the examples in the test directory don't work quite right yet.

I ran into this issue also. I'm working on my forked cpython repo, but I faced same error message even I'm already added upstream as a remote. Thanks @aloisklink the...