Jeff Tian

Results 66 issues of Jeff Tian

## What happens? ``` git clone https://github.com/eggjs/egg-ant-design-pro cd egg-ant-design-pro npm run dev ``` 退出登录,再登录时,输入 admin:888888,点击登录没反应。查看 network 得到 status 是 `error`: ![image](https://user-images.githubusercontent.com/3367820/61791532-d5400180-ae4c-11e9-9790-93cf3cc485bc.png) 查看代码:`app/web/mock/user.js`,打印一下获取的 body 全是 undefined: ![image](https://user-images.githubusercontent.com/3367820/61791581-fd2f6500-ae4c-11e9-889e-e2f5d32bc994.png) 查看浏览器中的请求详情,body 是有值的: ![image](https://user-images.githubusercontent.com/3367820/61791609-13d5bc00-ae4d-11e9-8bcb-ab40b43711e8.png) ##...

Inactive

![image](https://user-images.githubusercontent.com/3367820/71222206-8c607c00-230a-11ea-9c02-1465b4701f17.png)

Currently on windows it prints the ASCII of that image: ![image](https://user-images.githubusercontent.com/3367820/60752315-6eba8700-9ff6-11e9-82c2-ac538c41e7a6.png)

bug
good first issue
hacktoberfest

## New feature motivation On May 6th, 2020 at 10:18 (UTC) you or an application you used recently accessed the deprecated Authorizations endpoint on the GitHub API with the useragent...

For example, I need to create an 108x108 png

enhancement

修复 https://github.com/eggjs/egg/issues/3844

**Describe the bug** Proxying to upstream radius server doesn't work **To Reproduce** Steps to reproduce the behavior: 1. Running a local radius server in docker by ``` docker run --rm...