邓超

Results 76 issues of 邓超

**Is your feature request related to a problem? Please describe.** 目前常见的 IDE 对 `s.yaml` 文件的编写缺少自动补全功能。但对于 `package.json` 文件,常见的 IDE 对其都有一定的自动补全功能。 以 IDEA 、WebStrom 为例, 调查后发现 IDE 利用 SchemaStore 提供的 json 协议对...

Any idea about use or adapt [AsyncLayoutInflater](https://developer.android.com/reference/kotlin/androidx/asynclayoutinflater/view/AsyncLayoutInflater) when its in the classpath?

```yaml openapi: 3.0.0 info: title: None version: 1.0.0 description: None paths: /v1/: post: requestBody: content: 'application/json': schema: $ref: "#/components/schemas/Request" examples: valid-request: value: { "user": 1, "height": 168, "weight": 44 }...

**Describe the bug** Like the title said. I found that Resilience4j's TimeLimiter always triggered even feign client received response when feign method's return type is not `void`. I'm using: OpenJDK...

feedback-provided

```java Caused by: java.lang.IllegalStateException: OAuth2Credentials instance does not support refreshing the access token. An instance with a new access token should be used, or a derived type that supports refreshing...

I tested these three test cases. They works fine, but if any fails, try clean and run again. (Maybe we should migrate to JUnit5 and annount with `@RepeatTest`) My environment:...

P: Medium
T: Enhancement

**Is your feature request related to a problem? Please describe.** https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/#spring-cloud-feign-overriding-defaults says: > The `OkHttpClient` and `ApacheHttpClient` and `ApacheHC5` feign clients can be used by setting `feign.okhttp.enabled` or `feign.httpclient.enabled` or...

waiting-for-triage

**Describe the bug** Like the title said. I found that Resilience4j's TimeLimiter always triggered even feign client received response when feign method's return type is not `void`. I'm using: OpenJDK...

in progress

I'm trying to use `@Async` to do some optimize in my app recently, but I didn't found a proper article/guide to do unit test with `@Async` methods, eg: If the...

help wanted

**Describe the bug** 调试过程中遇到一些问题, 例如 https://github.com/Serverless-Devs/Serverless-Devs/issues/573 , 尝试定位本地 s 使用的 core 版本时发现全局安装的 s 文件夹中没有 lock 文件, 查看 package.json 发现依赖的 core 也是 latest 版本, 导致无法快速的推断出 s 依赖的 core 到底是哪个版本构建出来的产物. **Screenshots** ![image](https://user-images.githubusercontent.com/16363180/185540697-4b541798-10b6-40ba-98a4-17862f8448f1.png)...

bug