Christian Scott
Christian Scott
Future me: `run_node` is what you want. - Docs: https://bazelbuild.github.io/rules_nodejs/Providers.html#run_node - Example: https://github.com/bazelbuild/rules_nodejs/blob/stable/packages/typescript/test/some_module/run_node_test.bzl#L6
Thanks for making the comparisons @mlbright. Even with #3 it's still not fair to compare this version to the go implementation unfortunately. You would need to amortize the slice allocations...
submitting on behalf of my employer, waiting for our legal team to get back to me re. CLA
hey Brad, certainly. I'll work on it once `google/bazel-common` has been published to the registry. I'm not totally sure what is involved in publishing, but I believe that we won't...
Ah I missed `/etc/gitconfig`, found in this issue https://github.com/jj-vcs/jj/issues/6159 (created by my colleague lol). If I also remove `/etc/gitconfig` then the clone succeeds. This file contains a `[remote "origin"]` block:...
Note to future self: I could have used `fs_usage` to figure out which `gitconfig` files were being read ``` # sudo fs_usage -f pathname -w jj | rg gitconfig 11:42:31.271056...
It looks like git doesn't check that the remote exists when cloning: https://github.com/git/git/blob/master/builtin/clone.c#L1303 made an attempt at fixing here: https://github.com/jj-vcs/jj/pull/7860
yep I can see that but it's easy to miss. this would be a quick way to make it easier for newbies to find the docs example here in the...
I would also find this handy. True that this can also be achieved using `{overlay,merger}fs` (and that is what I plan to do) but it would be lovely to achieve...
Hi @Boshen. Would you consider reopening this issue? I am thinking about using `oxc` as our canonical ts-to-js transpiler and being able to transform modules to commonjs is a requirement...