邓超

Results 76 issues of 邓超

+ Override `equals()` and `hashCode()` to User + Migrate from deprecated classes and methods, eg: `InstrumentationRegistry.getContext()` -> `ApplicationProvider.getApplicationContext()` + Add `@NotNull` and `@Nullable` annotations + Reformat and rearrange.

![image](https://user-images.githubusercontent.com/16363180/147310174-084ec566-18fc-4b62-9bb2-748c288f0367.png) See https://flask-mysql.readthedocs.io/en/stable/#usage

在 https://icyfenix.cn/exploration/guide/quick-start.html 页面的 "不可变基础设施" 章节中, 高亮的 "不可变基础设施" 对应的页面 http://chadfowler.com/2013/06/23/immutable-deployments.html 已经无法访问了. ![image](https://user-images.githubusercontent.com/16363180/177931752-8709c57d-665c-4b45-af8b-7efb2e824244.png) 建议更换或删除链接地址.

**Issue:** This is an example when I run the `nvm use 12` **WITHOUT** administrator privilege: ``` exit status 5: �ܾ����ʡ� exit status 1: ���ļ��Ѵ���ʱ���޷��������ļ��� ``` **How To Reproduce:** 1. Setup...

discovery needed

![image](https://user-images.githubusercontent.com/16363180/183234158-29cb0355-e343-4745-a60c-7e2fd182af29.png) There is no description in the readme section in https://www.npmjs.com/package/supertest, please update it so that we don't have to navigate to here to learn how to use this lib.

1.Update gradle version to fit Android Studio 3.1. 2.Update targetAndroidVersion and buildToolVersion. 3.Reformat. 4.Use `Context` to inititailize `PictureCapturingServiceImpl` instead of `Activity`. 5.Use HandlerThread to optimize capture.

最近在部署函数的过程中发现 `fun` 命令行工具上传了一个 12+Mb 大小的压缩包, 我依稀记得之前还只要 400+Kb. 调试后发现 `fun` 部署时将 `.funignore` 忽略的文件以及 `package.json` 中 `devDependencies` 的开发环境依赖也进行了上传. Ref: + https://connect.console.aliyun.com/connect/detail/349646 + https://github.com/DevDengChao/aliyun-fc-issues

> **Is your feature request related to a problem? Please describe.** 当部分函数对运行时的具体版本不敏感时, 希望开发者可以声明使用 NodeJS 的最新版本作为 runtime 参数, 而不必查阅文档/校验 s.yaml 来获取可用的 runtime 参数. > **Describe the solution you'd like** 当开发者设置 runtime...

试试用 https://github.com/apps/conventional-release-bot 自动生成 Release 页面里的内容?