ZHUO Xu

Results 8 issues of ZHUO Xu

pyan now visits down to the level of **functions**. If you can provide a parameter called `depth` or `level`, which enables users to get a package (or module) level of...

- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce When we use Typora to edit .md files watched by...

* **beautify Version**: 1.5.0 .jsbeautifyrc ```javascript // no special settings. ``` The formatted `case` statement has an indentation to `switch` statement. However, this conflicts with ESLint indent check. ## Expected...

**你希望的解决方案** 对文件进行上传前通过扩展名等手段检测是否为图片,肯定的情况下才上传。 **你是基于什么考虑需要这个的** PicGo在文件右键菜单注入了选项,容易误点,导致非图片型文件的误上传。 ![demo](https://user-images.githubusercontent.com/30524126/118664457-11afcf00-b824-11eb-99f2-89ba8e70a50c.png)

enhancement

# Pull Request ## What problem does this PR solve? Issue Number: Fixed #727 Implemented `average_precision_score` function for binary classification and multi-class classification with three average methods.

Tools `firecrawl_crawl_website_tool`, `firecrawl_scrape_website_tool`, `firecrawl_search_tool` are passing `params` to firecrawl Python SDK. https://github.com/crewAIInc/crewAI-tools/blob/d02d367130c01a92bdec4e4b18e991cdda1805ee/crewai_tools/tools/firecrawl_scrape_website_tool/firecrawl_scrape_website_tool.py#L90 https://github.com/crewAIInc/crewAI-tools/blob/d02d367130c01a92bdec4e4b18e991cdda1805ee/crewai_tools/tools/firecrawl_crawl_website_tool/firecrawl_crawl_website_tool.py#L102 https://github.com/crewAIInc/crewAI-tools/blob/d02d367130c01a92bdec4e4b18e991cdda1805ee/crewai_tools/tools/firecrawl_search_tool/firecrawl_search_tool.py#L102-L105 This kwarg has been deprecated since firecrawl-py 2.0.0 for `crawl` and `scrape`, see https://github.com/mendableai/firecrawl/commit/29b36c5f9aafa6b5bd63100cc09c5edc786cd4a6#diff-483c8de2767d25d6782630bce6706f6a8f3351729762c80b88ba21f93fe1be56 and also...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/compassionate-curran-3shlw3) ### Steps to reproduce 点击第二个输入框使其聚焦,然后把鼠标移走使其失去 hover,可见输入框右侧蓝色 border 丢失 ### What is expected? allowClear 属性不应影响输入框 border 样式的行为,输入框样式应与第一个输入框(无 allowClear)一致 注:AntD v5 不存在此问题 ### What is actually...

🐛 Bug
6.x

Fix the issue that the window webcontent might not be ready when trying to access its title.