Thomas Van Lenten

Results 30 issues of Thomas Van Lenten

* [X] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? Attempted to do `pod lib lint`...

As seen in #49, you can update a .bzl file to add another load statement, but failing to add the dep for the `skylark_library` doesn't cause the build to break....

type: feature request
P4

The docs for `paths.relativize` compares itself to `os.path.relpath`, but the current implementation requires `path` be fully under `start`. In theory it could also work for things that have a common...

type: feature request
good first issue
P3

Some tools/situations end up needing so many arguments that they can run in to the max command line length. This is usually handled via _argument files_ or _parameter files_ --...

enhancement
help wanted

Looks like some of the tests already confirm it, but the documentation doesn't seem to call out that the library does support the standard of taking an `--` argument to...

documentation
good first issue

As mentioned by @vladmos in #943, the integration should likely be updated to use `--mode=check --format=json` rather than parsing stdout/stderr of a buildifier run, that should ensure bugs because out...

rules_swift/rules_apple got a few issues filed for `--incompatible-*` things, but in starting to look at them a few of them seems to be because of things that the rules in...

Looking at https://github.com/bazelbuild/rules_apple/commits/master and https://github.com/bazelbuild/rules_swift/commits/master, the majority of the recent commits show a yellow dot because some checks haven't completed. If you click thru to the buildkite pages, they appear...

Spawned from https://github.com/bazelbuild/rules_apple/issues/468. rules_apple already has https://github.com/bazelbuild/rules_apple/blob/master/.bazelci/presubmit.yml#L17-L33, and that lets us add flags need to manually stay green on last green while addressing issue. But to stay green on bazel-at-head-plus-downstream,...

This has come up in a few other issues, but addressing it seems to be non trivial. The main pain points: - The treeview starts by doing a query for...

type: question