-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub API V3/V4 issues track #62
Comments
|
I found a way to use github app with API v4 instead of using github oauth app with API v3.Just need to create a new github app,and give it issue R/W permission,and use vssue.github-v4.js instead of vssue-github.js. |
@Lucy2003 Sounds cool! I'll take a look |
后者 |
Any progress on reducing the amount of permissions required? |
Vssue 不支持IE 11,可以看所有vssue demo页面在IE下的表现,需要考虑下兼容性问题。 |
@realpdai 你说的可能是 vuepress 在 ie11 的兼容问题? |
是的,可以看下你所有demo页面 https://vssue.js.org/zh/demo/github-v4.html, 在IE11下都无法正常显示。也可以看下https://www.pdai.tech。 看似因为ts转换引起的吧 |
@realpdai 这个是 vuepress 的问题,下个版本会修复 |
Greate, thx, 坐等出修复后的版本。 |
所以其实和 vssue 没啥关系,你要急着用的话手动引用 ployfill 的版本 |
秒回够赞,暂时还没那么急,我就不引babel-polyfill了,等你出新版本,O(∩_∩)O |
Hi, 我注意到vuepress v1.5.0 已经修复了ployfill (https://github.com/vuejs/vuepress/releases/tag/v1.5.0), 但是使用了Vssue插件的vuepress网站依然存在问题(在IE 9/IE 11/edge下报错)。 经测试,删除vssue插件后IE下能正常打开。楼主是否可以将vssue插件的Demo页面升级至最新的vuepress v1.5.0,看下是否兼容IE。 thx. |
@realpdai 已更新,看起来没啥问题 |
感谢回复,我明天看下公司电脑上IE的显示vssue demo页的显示状况及其版本。 |
多次测试,还是发现报错: 环境信息:
引用最基本vuepress+vssue(都采用最简默认配置排除干扰)
错误信息:
另外一些表象:
|
另外这个 issue 只是为了记录已知的 github 平台问题,不要在这里反馈新的问题。 |
Common
GitHub API V3
sort
anddirection
params are missed in https://developer.github.com/v3/issues/comments/#list-comments-on-an-issueThe text was updated successfully, but these errors were encountered: