Zhongming Qu

Results 13 comments of Zhongming Qu

I have been using this repo with `fp-ts` for about a year by now. Really liked it. I intend to keep up to date with the upgrades. Could anyone help...

@sledorze Thanks!

I just do not like the fact that gazelle goes to network for generating the BUILD files. The network is neither stable nor reliable. Even with a sensible `GOPROXY`, it...

I'd agree with @jayconrod on his comment [here](https://github.com/bazelbuild/bazel-gazelle/blob/master/internal/go_repository.bzl#L100).

@mrmlnc Thanks for putting time on this issue. Appreciated.

Hi @duggelz , Thanks for the nice follow-ups on this thread over the years. I have pretty strong interest in using par_binary() with C extensions (all built with Bazel). What...

Hi, thanks for the prompt and positive feedback. @sluongng @siggisim Also thanks for reaching out via DM in slack. @sluongng The question I was asked by @sluongng in slack was...

To be fair, it's probably the CPython to blame, as they programmed to produce the `.pyc` files on the fly. Not sure if they are willing to make a flag...

Help me understand this better. I thought the mechanical fix should be either: 1. Direct result of running a command, e.g., `clang-format`, `rustfmt`, `bazel build` with a repin flag, etc.....

I see a different scenario: `gazelle` with `update-repos` command could lead to merge conflicts in the `.bzl` file it writes to. In this case, the fix is rather tedious: 1....