devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
## Summary Added explanation to the docs and a message output to `devbox gen dockerfile` and `devbox gen devcontainer` commands that the generated dockefile doesn't copy the whole project files....
https://github.com/jetpack-io/devbox/blob/b3903520a71adbb999dcd8353d2cdd6149e39b01/internal/initrec/recommenders/python/python_poetry.go#L26-L27 `pyproject.toml` does not hint at usage of Poetry, as not every `pyproject.toml` has a `[tool.poetry]` section. Looking for a `poetry.lock` file seems more reasonable.
### What happened? I am trying to add pip-tools, but it fails. The output of devbox add suggest reporting this issue with a full log. ### Steps to reproduce 1....
**Are you requesting a new package or reporting an issue on an existing one?** Reporting issue with qt6.full package **If reporting an issue on an existing one, what is the...
**Current Behavior (bug)** Run `devbox shell` is failing, wating for long time, finally report an error **Expected Behavior (fix)** Run `devbox shell` success **Additional context** `devbox version -v` ``` Version:...
**Current Behavior (bug)** Unable to add the prettier package using `devbox add nodePackages.prettier@latest`. **Expected Behavior (fix)** The package gets added and is visible in the `devbox.json` file. **Additional context** ####...
**Are you requesting a new package or reporting an issue on an existing one?** Reporting an issue on an existing package. **If reporting an issue on an existing one, what...
**Is your feature request related to a problem you're trying to solve? Please describe.** It happens that we include packages / attributes that have no binary cache and it takes...
**Are you requesting a new package or reporting an issue on an existing one?** An existing one. **If reporting an issue on an existing one, what is the name of...
**Current Behavior (bug)** I'm unable to run a test suite which includes the PyPI library pandas. I get the following stack trace trying to execute the test suite using Bazel:...