MewX
MewX
In [descaling section](https://guide.encode.moe/encoding/descaling.html), the tutorial mentioned a way to use internal functions to generate credits masks: ``` descaled = kgf.inverse_scale(src, height=874, kernel='bicubic', b=0, c=1/2) descaled_mask = kgf._generate_descale_mask(vsutil.get_y(core.resize.Spline36(src, descaled.width, descaled.height)), vsutil.get_y(descaled),...
今天刚跟新的play版wechat,链接无法在外部浏览器打开。同时也无法手动添加规则,一直是“等待”状态。
when installing packages on python 3.7 ``` $ pip --version pip 18.1 from d:\python37\lib\site-packages\pip (python 3.7) ``` ``` Using cached https://files.pythonhosted.org/packages/9c/3c/09d2c37e3266fc7d1b0b2e46df838cf7603adca85d5132382a36e1e0b0c3/pyobjc-core-4.2.2.tar.gz Complete output from command python setup.py egg_info: running egg_info...
Hi, I'm using version 2.1. Part of my codes look like this: ``` payload = '{"device":"xxx","id":"' + uuid + '","org":"yyy"}' r = requests.post("https://xxx", data=payload, headers=headers, verify=False) ``` After many attempts,...
Hi, I just found there's a probability when I use single-character variable. So, I have codes like this: ``` ... IDINFO_JSON = "idinfo.json" ... def main(): if not os.path.exists(IDINFO_JSON): sys.exit(-1)...
Android Studio warning when using jcenter. Could we make it available on mavenCentral() please?
更新完似乎不能自选字体? 在 字体配置 找到路径:///wenku8/custom 下的otf文件,但是并不能选择或设置为活动字体。望修复。