Zhaofeng Miao
Zhaofeng Miao
Issue #231 是关于这个问题的,看起来像是需要更新一下开发者工具的版本。@shyhome 给出了一个自己的版本,更改可以合入本仓库么?
@cytle 这里可以更新下版本么?
@thaJeztah It's good to have your opinion here. Thanks in advance.
Thanks for the quick response. @thaJeztah We are treating docker daemon as a microservice in our system. So we need to append `x-request-id` http header to the each request, so...
Do you think I should continue to add unit test and polish the code now? or still need consideration or discussion.
What should I do to push this PR forward? @thaJeztah
> 不加 Anonymous 或者*, 那就使用xhr请求图片(注意这里跨域需要设置允许请求),获取响应的格式为blob二进制,通过 URL.createObjectURL(blob) 生成同源的URL图片路径 @pfan123 其实这个ajax先去获取图片内容,变成同域blob: 也是要设置跨域头的对吧。这样的话有什么分别呢?
Because of @freben 's excellent work, I think right now the easiest solution could be add this to your `package.json`: ``` "resolutions": { "**/normalize-url": "^7.0.1" } ``` Then reinstall the...
@drachehavoc Any progress on this? If you have one version, maybe it's a good idea to make a PR first. So that we could improve it.
May I ask which version do you guys use? Could you provide a minimal reproduce case/repo, so that I can dig what happened.