Philipp Schrader

Results 13 issues of Philipp Schrader

### Description of the bug: Explicitly requesting an incompatible target on the command line currently results in duplicated error messages. ### What's the simplest, easiest way to reproduce this bug?...

type: bug
P3
team-Configurability

### Description of the bug: With #14096, we're fixing a few usability issues with Incompatible Target Skipping. That is accomplished by moving the code to a much earlier stage of...

type: bug
P3
team-Configurability

I'd love to be able to set the binaryType field of the underlying WebSocket. As far as I can tell, the goog.net.WebSocket wrapper doesn't let me change this.

P3 - PRs Only

This patch adds new helper macros for dealing with incompatible target skipping. Specifically, the macros help make the `target_compatible_with` more readable and easier to understand. Without these helpers you are...

I found a line of code at work that autopep8 won't format. Here's a minimal example of this: ```Python #!/usr/bin/env python3 class Foo(object): def a(self): (return_value1, return_value2) = self.b_with_somewhat_long_name('past_80_chars') def...

needs patch

Are there plans to implement a bazel rule for generating documentation using https://github.com/jleyba/js-dossier for example?

enhancement
help wanted
P3

### Description of the bug: This is a follow-up to #12897. The fix (#14096) doesn't address the original problem when `platform_mappings` is in use. When not using `platform_mappings`, there is...

type: bug
untriaged
team-Rules-ObjC

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

We have a requirements file that we turn into a collection of wheels with `pip wheel -r path/to/requirements.txt`. Then we run `auditwheel repair` on every wheel. This is useful for...

When flatbuffers is being used from a project that has no use for JavaScript, users encounter an error similar to the following: ERROR: Skipping '@com_github_google_flatbuffers//:flatbuffers': error loading package '@com_github_google_flatbuffers//': Unable...

c++
javascript
documentation
json