Waket Zheng

Results 35 issues of Waket Zheng

My development environment is MacOS with default Python version 2.7, and I got the following error when running copier: ``` > Running task 1 of 1: python .copier/update_dotenv.py File ".copier/update_dotenv.py",...

internal

$ poetry export --with=dev --without-hashes -o dev_requirements.txt > got this ERROR message: The `opencv-python` package has the following compatible candidates `[Package('opencv-python', '4.8.1.78')]`; but, the exporter dependency walker previously elected `opencv-python...

# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first. -...

Issue Type: Bug Report
Component: MongoDB Results Backend

Support change docs CDN urls by this way: ```py from fastapi import FastAPI from fastapi.openapi.docs import AssetUrls AssetUrls.swagger_js = 'https://unpkg.com/[email protected]/swagger-ui-bundle.js' AssetUrls.swagger_css = 'https://unpkg.com/[email protected]/swagger-ui.css' AssetUrls.redoc_js = 'https://unpkg.com/redoc@next/bundles/redoc.standalone.js' app = FastAPI() ```

refactor
p5

Fixes #465 ## Checklist - [x] poetry run pytest - [x] pre-commit run --all-files - [x] tox ## Motivation and Context As the docopt project has been not maintained for...

## Is your feature/enhancement proposal related to a problem? Please describe. When executing `pdm add ultralytics` output stays resolving for a long time, it make beginner doubt that whether the...

⭐ enhancement

## Checklist: - [x] I have read the **CONTRIBUTING** document. - [x] My code follows the code style of this project. - [x] All new and existing tests passed.

## Description Fix all TODOs in tortoise/backend/base/executor.py ## Motivation and Context ## How Has This Been Tested? make ci ## Checklist: - [x] My code follows the code style of...