Jianqi Pan

Results 25 issues of Jianqi Pan

### Clear and concise description of the problem I am trying to create a component library based on unocss. In the components of the library, I directly use atomic CSS....

I want to **pan** by dragging the trackpad with two fingers, not **zoom**, and I'm not sure how to do that. #247 This issue was raised, but it was closed...

Some author or video should be tracked more frequently. The backend should handle the request and schedule the tracking task.

enhancement

the Data of author or video could be very big. Then it will slow down the speed of client loading data. So the backend should filter the data, reduce the...

enhancement

I am learning the monorepo architecture of this library. I found that components in the ui-kit are resolved to `any` type. I found that this could be caused by the...

- resolved #230 - I found that adding the paths alias to `tsconfig.json` resolves the types in `ui-kit` correctly.

### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] The issue is caused by an...

## Description resolved #794 ## Checklist: - [x] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing) - [x] I have performed a self-review of my own code - [x] My code follows...

This allows users to resume their work in case of interruptions, preventing the need for lengthy re-caption processes.

### Description I’m currently using the Axios client and have configured it with the following settings: ```ts client.setConfig({ throwOnError: true, }) ``` Even though this setting automatically throws an error...

bug 🔥