Andy Freeland

Results 36 issues of Andy Freeland

**Actual behavior** Given this Dockerfile: ```dockerfile FROM node:16.14.0-buster-slim AS client RUN npm --version FROM python:3.10-slim-buster AS api-base RUN pip --version ``` It builds the `client` and `api-base` targets: ``` INFO[0000]...

area/behavior
priority/p2
area/cli
needs-discussion
feat/target

https://github.com/sosedoff/pgweb/pkgs/container/pgweb hasn't been updated for 0.16.0

I noticed there aren't any wheels for Python 3.13 on aarch64 for Linux.

**Describe the bug** When I run `mise use --global [email protected]` from a directory with a `mise.toml` and a virtualenv configuration, mise copies the virtualenv configuration to the global Python which...

bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug
Stale