fancyoung

Results 10 comments of fancyoung

JS-SDK很多功能是需要微信认证的(如自定义分享),而个人账号无法认证。 另外,JS-SDK需要access_token必须服务器端配合,而因为access_token唯一,所以无法同时使用两个分开的项目。

But it seems can't use as Koa-middleware way, such as ``` app.use(log4js.koaLogger(log4js.getLogger('http'), { level: 'auto', tokens: [ { token: ':body', replacement: function() { return ctx.request.body } } ] })) ```...

Wonderful. Now I use `{ token: ':body', content: function(ctx) { return JSON.stringify(ctx.request.body) } }` log the body'

It not work, it save the first time request param, and return it everytime

In PhantomJS v2.0, I use `foreach` to search `Content-Length` in `headers` to get size instead of `bodySize`. Something like: ``` function getRealSize(response) { var tmp, size; for(var i=0; i

@macbre I use ``` page.customHeaders = { 'Accept-Encoding': 'gzip;q=0' }; ``` to disable gzip, and it works for me.

I made a pull request #24 . I'm not sure it's correct, but it's working for me.

I have the same problem on linux. $ bin/rsense server start: /tmp/rsense-socket (27271) Exception in thread "main" java.lang.NoClassDefFoundError: org/cx4a/rsense/Main Caused by: java.lang.ClassNotFoundException: org.cx4a.rsense.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205)...

I have solve my problem. the edition I download doesn't have rsense.jar in lib folder.