Nils Wireklint

Results 8 comments of Nils Wireklint

Nice, I use this all the time in my own notes (mostly in rst but not sphinx nor pandoc) and would often like to write documents with links to sections...

What commands do you run? Do you have mixed `BUILD` and `BUILD.bazel` files? I looked around and could not reproduce it with only `BUILD.bazel` files, but if I create a...

Just found this: https://github.com/bazelbuild/buildtools/pull/572 which also improves globs, higher up in the parser. Is that a better solution to revive and continue with?

I'll take a look and see if I can improve the special handling of globs here.

Nice idea! I have historically wanted all tags to be included as literals, to have a centralized location with documentation for what they all mean. And to reduce the risk...

Hacky patch to expose the run index as an environment variable ``` diff --git a/src/benchmark/executor.rs b/src/benchmark/executor.rs index 31db47b..57f09b6 100644 --- a/src/benchmark/executor.rs +++ b/src/benchmark/executor.rs @@ -20,6 +20,7 @@ pub trait Executor...

Interesting indeed :) I finally wrote up how I debug go programs (and the same techniques for c/c++). As I work in multiple projects at the same time, I prefer...

Thank you :) Hmm, I guess that would work, I really appreciate the pain point and hear of it frequently, but also want to minimize auxiliary targets through macros. As...