kkzhang
kkzhang
版本2.3.0
It is convenient to skip verification for self signed cert. But i can't find the option.
i installed NSIS plugin via package control of sublime text 4, on status bar it hints "installation sucessfully", but indeed not. Nothing happend.
如何忽略网页错误
只要网页上有一些js资源无法加载,整个网页好像都无法加载了,这个怎么解决?
**Describe the bug** When multiple addplots exists in a panel, their label overlaps. **To Reproduce** ```python data["col1"] = np.random.rand(len(data)) data["col2"] = np.random.rand(len(data)) addplots = [ mpf.make_addplot(data["col1"], label="col1", panel=1), mpf.make_addplot(data["col2"], label="col2",...