Oscar Campos
Oscar Campos
I've been thinking about this and I think the best solution here is to make the completer smarter and able to complete things that are not in the buffer.
We had the same problem in the Go driver, I need to make room in my non existent spare time to try to fix it.
Your report is pretty complete already, this problem is probably due some environmental issue, I am working (sadly slowly) in a new redesigned version of the plugin that calls racer...
What a coincidence :) I will push what I have into a new branch and let you know so you can take a look, I think everything is done it...
Hi, you can take a look at the new branch, you can even clone it and test it in your ST3 (probably broken on the automatic compilation but you can...
You can have a look at the [developer handbook](https://damnwidget.gitbooks.io/anacondast3-developers-documentation/content/) if you like but basically, anaconda is split between two different components, the GUI related code that is executed by the...
Hi @jbenet It's passing in my OS X and Linux boxes `go test -v -test.run=TestDecodeEpochDate === RUN TestDecodeEpochDateTime --- PASS: TestDecodeEpochDateTime (0.00s) === RUN TestDecodeEpochDateTimeFromInterface --- PASS: TestDecodeEpochDateTimeFromInterface (0.00s) ===...
It's passing as well ```go test -v -race -cpu 5 -test.run=TestDecodeEpochDate === RUN TestDecodeEpochDateTime-5 --- PASS: TestDecodeEpochDateTime-5 (0.00s) === RUN TestDecodeEpochDateTimeFromInterface-5 --- PASS: TestDecodeEpochDateTimeFromInterface-5 (0.00s) === RUN TestDecodeEpochDateTimeWrongMajor-5 --- PASS:...
Oh well, that's weird. I still can't reproduce it
I just test this out myself, I got this output ``` random-json -o -c 1 | tee a.json | json2cbor j2c | json2cbor --codec dw c2j {"@�":false,"�P�f�?":"HXH�h�\u000bM9����Qf�7\u0016���\u0012Ք\u000eY]��\u0013\u0007�p����o\u0004","̄":true,"\u000b'���P��":4079677795,"\u000e��+cc":"�\u0018I���[+\\2��,�M","'v��c�gR":2.1401536489761717E+00,"�~�":true,"�C�ߦ��G�":-6.499906972611231E-01,"¬���x��r̢":3691413261,"zЩ��wV�":8.571265201623061E-01}expected *interface {}, got...