yang
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...
是否有支持Drone的计划
## 版本号 ~ 1.8.9 ## 什么问题 ~ 使用swagger导入的Json 无法正常获取传入的Body。json没问题(使用swagger-ui能正常显示) swagger:  yapi:  ## 如何复现此问题 ~ 请导入以下的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的二次验证码,需要交互式输入验证码。 