十二翼堕落天使

Results 9 issues of 十二翼堕落天使

建议同时采用聚合和继承,使用`` 管理 `spring-boot-dependencies`,这样可以更方便的管理 SpringBoot 版本,也方便约束一些其它包(比如 `mybatis-plus-boot-starter` )的版本, 比如`/spring-boot-examples/pom.xml`: ```xml 4.0.0 com.example spring-boot-examples 2.0.0 pom spring-boot-redis 11 11 11 UTF-8 UTF-8 org.springframework.boot spring-boot-dependencies 2.3.7.RELEASE pom import ``` `/spring-boot-examples/spring-boot-redis/pom.xml`: ```xml 4.0.0 com.example...

## Question How to re-parse token to markdown? I am using `marked.lexer()` to parse markdown to token, and want to do some changes on it and then re-parse to markdown....

question

### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

status/0-needs-triage

I use compose like this: ```yaml services: mysql: image: mysql:8.0 environment: - MYSQL_ROOT_PASSWORD=root ports: - 3306:3306 volumes: - ../../data/mysql/var/lib/mysql/:/var/lib/mysql/ ``` Which works with `docker-compose:1.29.*` (`pip install docker-compose`), the mounted directory...

enhancement

### Describe the bug MacOS 上使用 `Command+Q` 退出不会自动清理网络配置中的代理,必须要右键打开托盘中的退出选项点击,才能清理系统网盘配置中的代理。 ### To Reproduce 1. 使用 `Command + Q` 退出; 2. 使用右键托盘点击退出选项退出; 3. 查看系统网络配置; ### Platform MacOS ### System Version macOS 14.4 ###...

bug

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Support custom `GOROOT` environment, rather than the default `${G_HOME}/go`, like `https://github.com/stefanmaric/g`. A clear and concise...

enhancement

Now, it is very hard to rename the schema of a struct: 1. Implement `PartialSchema`, hard to gen `fn schema()`; 2. Implement `ToSchema`; hard to impl almost everyone of exposed...

## Overview when i use a nested type(`AppResponse`) in response, some `schemas` are missing in the generated `openapi.json`. - [x] `AppResponse_PlainTreeNode_Category` - [x] `Category` - [ ] `PlainTreeNode_Category` (**Missing**) openapi.json...

### 可复现的链接(必须为公开链接,仅包含能复现问题的示例代码): https://stackblitz.com/edit/vitejs-vite-ac38swx1?file=src%2FApp.vue ### 是否已准备好复现链接与示例代码? - [x] 我确定已准备好以上复现链接 ### 问题描述与截图: Can not pass `style` prop into vxe compontents because of type check, although it does effect, ### 期望的结果: support `style`...

bug