denis-x
denis-x
Hello, Applying cancel() to below expression falls in indefinite loop: ```(C_a*G_m1*R_A*R_L*s*(G_m3*R_C/(s*(C_C*R_C + C_s*R_C) + 1) + 1)/(s**2*(C_A*C_L*R_A*R_L + C_A*C_a*R_A*R_L + C_A*C_s*R_A*R_L + C_L*C_a*R_A*R_L + C_a**2*R_A*R_L + C_a*C_s*R_A*R_L) + s*(C_A*R_A +...
### Description Hello, Appreciate the framework, that you are creating. Really enjoy to make my pet project on it. I would like to ask you, if you can bump plotly.js...
Hello, By using fit_text() I have noticed an issue with text containing special chars like "580.9m↓-11.3m592.2m". It causes exception, because self._break_line in layout.py/_wrap_lines returns None, which cannot be unpacked. And...