eric-skydio

Results 4 issues of eric-skydio

# Context For an internal custom Gazelle plugin, we recently wanted to have Gazelle merge dicts with string key and value pairs. Unfortunately, Gazelle doesn't understand those today, and there...

As discussed in various issues and in-person at the Gazelle maintainers sync, indexing can become a dominant part of the Gazelle runtime for large repositories, so even "incremental" gazelle runs...

**What type of PR is this?** Feature **What package or component does this PR mostly affect?** `resolve/index.go` **What does this PR do? Why is it needed?** This PR implements experimental...

This fixes a very minor aesthetic regression associated with newer protobuf versions Apparently the behavior of printer->Print has changed subtly in how it strips leading spaces. Relates to: https://github.com/protocolbuffers/protobuf-javascript/pull/196 Honestly,...