Thomas

Results 176 comments of Thomas

Heh, coincidentally I was just looking at hellish Docker dependencies. I found the best way to deal with this is just to use the vendor folder, which can be achieved...

I'm actually not too sure how long Gazelle spends generating those build files but I can't imagine it's very long. Here's a benchmark comparing `github.com/moby/moby` with `go mod download` versus...

Duplicate of #1009, fixed in #1247.

Heh, we were just trying to build capnproto with rules_foreign_cc and facing some issues. Would you be able to give some insight into the status of this @min-tian-thomas? Is it...

> No, tmux is not being used. What makes you think that? Why does `TERM` contain `tmux` otherwise? > You can fix this by instructing your terminal to allow programs...

Hmm, I see. I can confirm that mouse scrolling does work when explicitly enabled (i.e `--mouse`, `set mouse=a`). Thanks for the help! Will zsh4humans see mouse support added for common...

I also noticed this. I imagine that tmux is probably required for this functionality?

That makes sense, thanks for the pointer on `git restore`. My new favourite git subcommand right next to `git switch` 😄 Is there any way to switch between listing commands,...

Sorry @andrewrk, please ignore that warning. This is generated by the shell script wrapper as part of the Zig CC rules for Bazel. https://git.sr.ht/~motiejus/bazel-zig-cc/tree/e4798822241ce838ab880817acb1cca4011510c0/item/toolchain/defs.bzl#L201

I've just been playing with `0.9.0-dev.1926+803178353` and things are looking way better, but I'm seeing some new (related?) issues. I'm building on a macOS x86-64 host targeting macOS x86-64. ```...