Lîm Tsú-thuàn

Results 63 comments of Lîm Tsú-thuàn

Aha, now I got your idea, thank you for letting me realize it. Then that makes sense, experiment API first in irutil. Robin Eklind 於 2020年2月18日 週二,上午2:35寫道: > @dannypsnl ,...

Seems like postpone type checking would be nice.

@mewmew any updates here? since Go 1.14 has passed for a long time XD

Not sure, maybe bind outlineview from cocoa is better

As discussed, the **wasm-tools** already validates the code, we don't have to do it again.

See #1877 for the reason we stop this for a while.

Can syncheck-annotation know the language? From my view this is “racket lang server”, so I will consider rare case less.

@kenvifire You would need to signoff every commit, maybe an alias git command to `commit -s` would help.

To save someone's time, this is in `msg-io.rkt` ```racket (define (display-message msg [out (current-output-port)]) (when (verbose-io?) (eprintf "\nresp = ~v\n" msg)) (define null-port (open-output-nowhere)) (write-json msg null-port) (define content-length (file-position...

Yes, I have meet this problem before, and it became more frequently in 8.4