Joe Schafer
Joe Schafer
### What version of gazelle are you using? v0.22.2 ### What version of rules_go are you using? v0.24.7 ### What version of Bazel are you using? 3.7.0 ### Does this...
### Problem Statement I'm exploring ways to optimize the trace functionality and wanted to gauge the appetite for optimization. I'm willing to send PRs. ### Proposed Solution There are a...
With specialized routines, we can avoid the allocation of hex.DecodeString since we know the structure of the IDs. We can use `==` instead of bytes.Equal for arrays. From the Go...
The spec states the title element supports global attributes. https://html.spec.whatwg.org/#the-title-element Reverts the title attribute validation introduced in #1721. Fixes #5198. ### Before submitting the PR, please make sure you do...
### Description of the bug: Right-clicking and selecting "convert to subqueries" on a SQL statement causes an exception that is sometimes blamed on the bazel plugin and sometimes blamed on...
Happy Thanksgiving! In the spirit, thank you for this wonderful linting tool. How might I go about benchmarking protolint to improve the speed? I have 130 proto files, totaling 31...