-
There is a TODO in the codebase, so I assume the support is desired.
https://github.com/google/starlark-go/blob/master/lib/proto/proto.go#L84
There are two primary questions in regard of the possi…
-
For all resources which have a certain annotation (`local-config: true`), I would like to add another annotation (`configmanagement.gke.io/managed: disabled`).
What is the best way to accomplish th…
-
### Background & motivation
Currently all exposed port numbers on the host are ephemeral. This makes it challenging to debug with many services.
### Desired behaviour
I propose to allow adding a …
-
I am looking for the ability to arbitrarily set a value deep on a dict using some form of path syntax.
for example:
```json
{
"a": {
"b": "foo"
}
}
```
Taken I have a variable li…
-
### Background & motivation
Right now we run E2E tests per PR using `minikube` and `docker` backends, both of them run locally.
If we want to support the new workflow of remote Kubernetes, we shou…
-
The exports_manifest attribute of android_library is leftover from an internal migration. It should be removed from android_library and manifests should always be merged up the build graph.
-
```
$ python2 -c "print('a'.index('', 50))"
Traceback (most recent call last):
File "", line 1, in
ValueError: substring not found
(exit 1)
$ python3 -c "print('a'.index('', 50))"
Tracebac…
-
Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_rust. Please migrate to fix this and unblock …
-
I don't have a clear proposal right now but wanted to put the request up to see if anyone else has thoughts or is interested.
I would like to use negative conditionals in [selects](https://github.c…
-
I'm working on creating a basic pyoxidizer plugin for Pants (https://github.com/sureshjoshi/pants-pyoxidizer-plugin/) - and it's starting to work, however I cannot get the final binary to a useful dir…