曲岳

Results 3 issues of 曲岳

**Describe the bug** When I install causalml with tf by conda, this error will be reported as follows. What should I do to fix this error in detail? ``` The...

bug

- [v] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [v ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** When I use VSCode's Remote-SSH...

Needs triage

当我使用了katex后,网页整体变得非常长。 只有当设置了 body.overflow: hidden 时才正常。 举个例子,在Cherry-markdown 的 example里,将multiple.html中后面的 katex.min.js 的注释去掉,然后将scripts/multiple-demo.js中的 engine中的 mathBlock和inlineMath 的 engine变成'katex',之后的界面,就特别的长。如下图 ![屏幕截图 2023-03-02 211115](https://user-images.githubusercontent.com/24806078/222438189-8e23cc73-81ce-4c9e-840a-c6ffd0f946f3.png) 同样的,将index.html也做同样的操作,不会出现这个状况,但是当把body.overflow: hidden去掉后,就会出现问题