Results 5 issues of yang

Good day! I cannot start normally after restarting, and the plugin persistence is a bit abnormal ```yaml version: "2.2" services: redis: image: redis:latest volumes: - './redis/:/data/' ports: - '6379:6379' bbs:...

### Name and Version bitnami/spark:* ### What is the problem this feature will solve? Easy to view logs and code optimization, etc. Reference documentation: https://spark.apache.org/docs/latest/monitoring.html#viewing-after-the-fact ### What is the feature...

triage
feature-request
spark

是否有支持Drone的计划

## 版本号 ~ 1.8.9 ## 什么问题 ~ 使用swagger导入的Json 无法正常获取传入的Body。json没问题(使用swagger-ui能正常显示) swagger: ![swagger-ui](https://user-images.githubusercontent.com/12909316/77772289-d9c75480-7082-11ea-9348-97ca9c5faf7b.png) yapi: ![yapi](https://user-images.githubusercontent.com/12909316/77772295-db911800-7082-11ea-913b-b81c792c7642.png) ## 如何复现此问题 ~ 请导入以下的Json ```Json {"openapi":"3.0.1","info":{"title":"","description":"","termsOfService":"","version":""},"servers":[{"url":"http://0.0.0.0:9005"}],"security":[],"paths":{"/common/tokenGet":{"post":{"tags":["公共接口"],"summary":"获取token","operationId":"tokenGet","requestBody":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserToken"}}}},"responses":{"200":{"description":"token to you "},"500":{"description":"Internal server error"}}}}},"components":{"schemas":{"UserToken":{"required":["userId"],"type":"object","properties":{"userId":{"type":"string","description":"用户名","example":"zhangSan"},"timeout":{"type":"integer","description":"超时时间","format":"int64","example":100}}},"Function1RequestContextFutureRouteResult":{"type":"object"}}}} ``` ## 什么浏览器 ~ Google Chrome...

某些场景下机器需要输入MFA的二次验证码,需要交互式输入验证码。 ![image](https://user-images.githubusercontent.com/12909316/204766747-7188d5f3-5861-4792-bd03-7bc519010ff0.png)