Son Luong Ngoc
Son Luong Ngoc
hmm I am getting this as well :D... seems like the bug is still not fixed from Python side :(...
> I'm currently experimenting with a parser based on tree-sitter instead of relying on Python's AST module. Once implemented, that would also eliminate bugs like this one. I suggest putting...
No sorry it was in an internal repository cannot be shared I tried to diff the git config between a small repo of mine where git-absorb was working ``` ---...
FYI in https://github.com/sluongng/nogo-analyzer I started to rewrite some of the golangci-lint analyzers to analysis package for performance purposes. If anyone is interested in rewriting gosec specifically for Bazel rules_go's nogo...
Hi @gplasky, > For example, if A depends on B, but A caches results from B for a specified freshness duration, what is the mathematical nature of the dependence of...
I run into this today, was trying to clone a repo onto a remote container running in a network-isolated environment and got this ``` [1201 ms] Start: Run: docker build...
> You can consider tweaking this flag: `--experimental_oom_more_eagerly_threshold`. Internally, we set it to 90. Hmm let me try this flag. Is there some guidance in general about how to go...
Worth to note that these don't happen that often for us, it only happen when our Bazel JVM instance has been kept alive for many days if not weeks and...
@sgowroji hey thanks for the ping. @haxorz It's very hard for our customer to setup Bazel JVM monitoring in their infrastructure so I could not share how the JVM memory...
I was wondering if a change like https://github.com/bazelbuild/bazel/commit/d7f0724b6b91b6c57039a1634ff00ccebd872714 would be considered too disruptive have left for Bazel 6.x or if it's ok to be considered for 5.3? cc: @wilwell