Aaron Sky
Aaron Sky
Note from the module used for the GCS Storage API package used by the agent: > import "google.golang.org/api/storage/v1" > > Package storage provides access to the Cloud Storage JSON API....
Hey folks, thank you for everything you've done in making this and Xcodes.app the successes they are. They're really great tools and I appreciate the work you've done. 🙏🏼 I've...
Hi folks, congrats on the launch. I use Buck on an iOS project and was researching how Buck2 could be used in similar ways. While researching how Buck2 handles xctool...
When using google-java-format to format multiple files and print their formatted results to standard-out, it's unclear how I'm supposed to disambiguate between the results in the output. For performance reasons,...
Addresses #171. Creates a new `enum.protocols` option that is used to drive protocol conformance for enums of strings, which are the only currently supported enum variety. Currently does not do...
Fixes #169. Breaking changes: * Booleans are no longer treated as special amongst other properties in the spec. Therefore, if a boolean property is not declared as a `required` property,...
Hello – I'm working on an App Store Connect API client and have found your library very useful for processing the OpenAPI schema. One thing I've noticed that I believe...
### What is the current behavior? Directories input to this rule are copied while retaining the previous tree structure, which is opaque to Bazel. ### Describe the feature It would...
Akin to theoremlp/rules_multitool#29, as an addition to the existing support in binary.bzl, it would be great to also have a convenience target that makes it easier to `bazel run` the...
It's hard to describe this one, but I was running into situations tonight where the application would lock up when PATCHing a resource. I'm not sure if this was intermittent...