Jon Brandvein

Results 35 issues of Jon Brandvein

The [instructions](https://tailscale.com/kb/1131/synology/#enabling-synology-outbound-connections) for working around the permission issues on Synology give a recipe of commands to follow. One thing missing is that you may need to chmod 755 the /dev/net...

In the Bazelisk + Incompatible flags [build](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1290), Stardoc is listed as needing migration, but the output is blank: ``` Migration is needed for the following flags: ``` If there's a...

I rewrote the descriptor example and prose. The previous Meter/Foot example, as written, stored the state in the descriptor object rather than the instances of the Distance class. This means...

**Flag:** `--incompatible_default_to_explicit_init_py` **Available since:** 1.2 **Will be flipped in:** ??? **Feature tracking issue:** #7386 ## Motivation For `py_binary` and `py_test` targets, Bazel currently automatically creates empty `__init__.py` files in the...

type: process
incompatible-change
team-Rules-Python

#16767 and #12358 are instances where users wanted to filter warning spam but `--output_filter` wasn't applicable. We could generalize `--output_filter` to match non-rule messages. Or maybe associate all warning events...

type: feature request
P3
team-CLI

This bug is to index issues related to selecting Python 2 vs Python 3 mode for `py_*` targets. The goal is to have sane semantics for this mode selection implemented...

type: bug
P4
team-Rules-Python

Motivation is improving error messages like in #16207, so that users of repos that follow the "BUILD.bazel" convention aren't misled into thinking they need to create a file named "BUILD"....

type: feature request
P4
team-Loading-API
not stale

In particular, consider merging #12936 and #12938, which we closed for lack of review bandwidth.

type: feature request
P4
team-Starlark-Interpreter

The [getting started page](https://skydoc.bazel.build/docs/getting_started_stardoc.html) recommends a WORKSPACE incantation that is no longer needed for Stardoc. @aiuto

type: process
P3

Starlark-defined transitions are defined with the `transition` function, which does not have a `doc` parameter. The FR is to add that to Bazel and support it in stardoc.

type: feature request
P4