mizaibear

Results 3 issues of mizaibear

### Question os:windows 10 python version:3.13.7 package version:2.1 chart = JupyterChart(inner_width=1, inner_height=0.5) sub_chart = chart.create_subchart(width=1, height=0.5, sync=True) ... chart.horizontal_line(price=10) # it works fine in main chart. sub_chart.horizontal_line(price=0) # but not...

OS:windows10 python==3.13.7 polars==[1.33.1 or 1.34] ```python # x.qcut()返回一个cat类型,但cast(UInt16)的结果跟原分组结果完全不一样。猜测是cat的底层数值跟labels的字面变量不同 return x.qcut(q, allow_duplicates=True, labels=[f'{i}' for i in range(q)]).cast(UInt16) ``` 我在使用alphainspect时发现分组结果异常 ```python from alphainspect.utils import with_factor_quantile from alphainspect.ic import create_ic1_sheet from alphainspect.portfolio import...

### Description Desktop app ignores `OPENCODE_GIT_BASH_PATH`. when execution with BashTool, always uses SHELL (WSL) on Windows **Environment:** - OS: Windows 10 - OpenCode: Desktop version - Git Bash: Installed at...

bug
windows
web