Remi Philippe
Remi Philippe
Anything wrong we did or any workarounds? Patching the BUILD file is a problem in CI. Thanks!
@Baransu out of curiosity, did you run into and issue where things overlap and keep on loading (only with bidir traffic, removing the second direction fixes the problem)? 
Good catch thanks, I typed `entryPoint` instead of `entryNode`, still shows loading but there could be another error. I see the same flickering with color though not major in my...
From what I see the problem is linked to the "direct" JSON response that DSE returns. The reponse doesn't match any colums. We get a crash when we run solr...
A little more context, the first column readInt works and the buffer contains the value, it's the second column read that causes the crash (`cols` shows 23 columns total which...
@martin-sucha sure can do that, are you looking for outputs from delve or specific dumps? If you let me know what to dump I'll update my test code.
here is a repro branch https://github.com/remiphilippe/bazel-rules_python_array_c/tree/not-working I added musl to it (already had it on my repo) same issue.
ok I think I just found, the issue is not linked to gazelle version, but the default `build_file_generation` we use. If I add ```go_deps.gazelle_override( path = "github.com/dougthor42/go-tree-sitter", build_file_generation = "auto",...
If it's a RTFM issue happy to look into it, but so far can't get it to work
FWIW, you can recreate this pretty consistently (not exactly the same message, and I'm running on Mac intel, in a devcontainer) with skaffold. There is probably an issue on skaffold...