Alex Eagle

Results 281 issues of Alex Eagle

### What is the current behavior? Currently our best-effort to make a layered image for Python is three layers: interpreter, site-packages, app: https://github.com/aspect-build/bazel-examples/blob/main/oci_python_image/py_layer.bzl However, when a package appears under multiple...

enhancement
untriaged

### Type of change - New feature or functionality (change which adds functionality) **For changes visible to end-users** - Relevant documentation has been updated ### Test plan - New test...

It has been archived, rules_oci is the replacement

### What is the current behavior? Users have to paste some starlark into their projects. ### Describe the feature I think we can get to a public API similar to...

enhancement
untriaged

### What happened? If the .pth file points to something like a `foo_pb2.py` generated file, and that file changes (say a new proto field was added), what's required for PyCharm...

bug
untriaged

### What is the current behavior? _No response_ ### Describe the feature `ipython` is a good example of a debugging facility that developers likely want in the venv, but it's...

enhancement
untriaged

### What is the current behavior? _No response_ ### Describe the feature Similar to what we have for rules_oci

enhancement
untriaged

### What is the current behavior? _No response_ ### Describe the feature This is useful to get a deployment target which matches the python expectation to resolve at runtime ###...

enhancement

### What is the current behavior? The current install instructions for `lint` require that developers go read documentation. ### Describe the feature It would make the command easier to adopt...

enhancement
untriaged

### What happened? Somewhere in the code for the Go gazelle extension it wants to shell out to a `go` subprocess. When used via `aspect configure` rather than a gazelle_binary...

bug
discussion needed