zhaoyou

Results 6 issues of zhaoyou

你好,感谢你的技术方案,有个地方一直没有想明白。第二次腾讯回调到中间授权页面时,怎会还有这个`direct_uri` 这个参数呢?这个参数应该是第一次真正的应用带过来的,中间调用腾讯的时候,回调已经手动改成中间代理的地址了`location.href`。页面都刷新了。怎么还有一个前面那个参数?实在想不明白。希望不吝解释下。 ![wechatimg37](https://user-images.githubusercontent.com/612257/45795796-12d57a80-bcd0-11e8-9811-da8bdaab52ef.jpeg)

I want compression response body to client always , Whether the client have any Settings。My Client App is poor what can't set any request header, but can handle compression data....

enhancement

官方certbot 工具在0.22.0 版本以上就支持获取通配符证书了。当前certboot 版本是 0.31.0 。当前插件支持的版本是多少? 当前环境 ``` $ lsb_release -a LSB Version: core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic ``` 安装过程中出现下面的提示: ``` $ pip...

**Environment (please complete the following information):** - OS: Ubuntu 16.04.4 LTS - EaseProbe Version v1.5.0 **Describe the bug** When using the DingTalk notification service, some exception notifications can be sent...

> nconf.datas like this ? { "key1": "value", "key2": "value2", ..... }

rt. `Handlebars` namespace deprecated in v0.8.0 https://github.com/meteor/meteor/wiki/Using-Blaze#handlebars-namespace-deprecated I see handlebars_server.js 。 use `OriginalHandlebars` or `Spacebars` instead of Handlebars ? ``` OriginalHandlebars = Npm.require('handlebars'); _.extend(Handlebars, { templates: {}, }); ```