James Taylor

Results 33 comments of James Taylor

@alice-ks, your workaround isn't working for me. I'm using GoLand 2022.1.4 on macOS with the latest bazel plugin. Is there somewhere I can put this setting in a project file...

@mai93 - would it be possible to switch the default to use the alternate code path so that the debugger and runtime use the same current working directory, essentially change...

Hi @sgowroji - here you go: https://github.com/bazelbuild/intellij/pull/4043

FYI, @apurtell and you may want to collaborate. See also https://github.com/apache/phoenix/pull/240.

Test to see differences between omid2 and 4.x-HBase-1.3

My use case was fast deserialization of a parse tree with as compact as possible encoded data. This is using Go. The end goal was to make deserialization significantly faster...

It's crazy to me that the tooling for Bazel is so bad. It's been a year, and you can't fix a bug preventing the name of the project from appearing...

Thanks for the patch, @d9liang - I reviewed and left you some minor feedback. Overall, it looks very good. One other thing to check (and add tests for) is other...

Thanks for the write-up, @phd3. I was thinking (1) and (2) plus using a ConnectorExpression that would contain pruned type definitions. I'd guess that the main improvement would come from...

Have you had a chance to manually test this yet, @apurtell? Would you have time to review @mujtabachohan or @samarthjain ?