Chih-Mao Chen

Results 69 comments of Chih-Mao Chen

I've got the words that we are going to postpone the announcement and move the repository to another. I will let you know when it is up again. I apologize...

+1 @lightblade. I also would like to keep `where` in Livescript, it really helps readability when skimming over code because it moves the important parts of body to the top...

Also favoring the removal of `on` and `off` for gkz/prelude-ls#55. Personally I haven't found them to be very useful in increasing readability, YMMV. Maybe we can move them to prelude-ls...

`k` combinator is usually used when you don't need the full power that a higher-order function provides. One use case I encountered was that I had to reset a histogram...

Hi, The first 3 commits have been under review at LLVM phabricator: https://reviews.llvm.org/D39322 https://reviews.llvm.org/D39323 https://reviews.llvm.org/D39324 I'd appreciate if anyone can help reviewing these patches.

FYI, the first patch has landed in upstream. This should be sufficient for linking bare metal ELF programs without enabling relaxation.

Either way seems fine for me. The clear button would be useful as well since sometimes I just want to ask a quick question without cluttering the conversation history.

Wondering if there is any movement or workaround (other than redirecting stdout to a temporary file and reading from that) for this. It currently makes `Deno.command` unusable for running a...

We hit a similar problem with extremely slow builds in docker, which turns to be caused by a huge default `OPEN_MAX` value in docker: ```shell $ docker run -it --rm...