Andida Syahendar

Results 12 comments of Andida Syahendar

Seems like NATS test failed from Travis: ``` === RUN TestDefaultTransport === RUN TestDefaultTransport/testStandardTransportBehaviour test.go:128: 5 != 6 === RUN TestDefaultTransport/testSendChannelsDontBlock --- FAIL: TestDefaultTransport (0.04s) --- FAIL: TestDefaultTransport/testStandardTransportBehaviour (0.03s) ---...

Now I understand the error. SummitDB by default uses "localhost:7481" if you do not supply `-host` and `-port` flags, these will be sent to `finn.Open` which uses `net.ResolveTCPAddress` which will...

@kriswiner Where do you buy EM7180? I couldn't find it anywhere.

Yea, it feels really incomplete right now when AQL doesn't have the same capability as the JS interface. I think I should get the edge first somehow to get the...

Seems complicated for a task so simple. I think I need to learn AQL more to totally understand what's going on in that query.

Same here, using ST3 on Ubuntu 15.04 ``` + Info: processing `JavaScript': please wait... Exception in thread scanning thread: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner...

The upgrade install just fine, but still doesn't seems to work for me. Code completion doesn't work as well as jump to definition. Ctrl shift space do nothing. Also, the...

I got 404 too, using Koa 2.2.0 and koa-router 7.1.1. ``` router.post("/", body(), async (ctx, next) => { ctx.response.type = "json"; ctx.response.body = ctx.request.files; }); ``` With koa-convert, I got...

@markbiria don't forget to make a PR after you've done 😛

``` Refused to create a worker from 'blob:https://sys.4channel.org/ceb33a03-c164-4295-a96d-490810554100' because it violates the following Content Security Policy directive: "script-src http://s.4cdn.org https://s.4cdn.org http://www.google.com https://www.google.com https://www.gstatic.com http://cdn.mathjax.org https://cdn.mathjax.org https://cdnjs.cloudflare.com https://hcaptcha.com https://*.hcaptcha.com 'self' 'unsafe-inline'...