Xiang ZHU

Results 35 issues of Xiang ZHU

## Expected Behavior When resuming a paused workflow, it should not raise any error. ## Current Behavior Following error is raised: PS, for a workflow never paused, there's no such...

triage

### Context _No response_ ### Description Hello, Current design is that when a blog excerpt is missing, the [entire content is shown](https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#adding-an-excerpt) in the Blog view, the Category view and...

change request

**Please describe feature/problem details and solution you'd like.** I set the Oauth settings at collection or folder level, and all the requests inheirt the token generated from there. Before using...

feature request

**Please describe feature/problem details and solution you'd like.** I have a local env and a prod env, one the few difference between is the base URL, so I should switch...

feature request

With lastest version of FastAPI and Pydantic, When I got an access token from Azure, in the claims, the value for `acct` is a int to `0`, but fastapi-azure-auth is...

question

**Describe the feature you'd like** I got following warnings: > .venv/lib/python3.10/site-packages/fastapi_azure_auth/user.py:234: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the...

enhancement

Hello, Below screenshot can explain the bug: ![image](https://user-images.githubusercontent.com/13083856/212432499-1d799914-2789-4c9e-b30b-a69f823b5f4b.png) with other files, for e.g. python files, all work.

Hello, I have following project structure: ```bash . ├── README.md ├── .venv ├── .vscode │ ├── extensions.json │ ├── launch.json │ ├── settings.json │ └── tasks.json ├── app │ ├──...

bug

Hello, Most of the databricks-cli commands needs to specify the object id when using get/set/delete, which respects to the backend databricks api spec. As databricks-cli is designed to facilate raw...