Winter

Results 59 issues of Winter

Before this change, runners on non-macOS would always succeed by downloading the x86_64 binary for their respective platform, which is obviously problematic. To solve this, this change introduces both support...

enhancement

This comes from a personal experience where the following sequence of events happened: 1. `jj git push -c @-` 2. Oops, that was the wrong one, so I'll `jj bookmark...

# Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config schema...

The `jj log` command ran by the build script returns the commit IDs concatenated together, while the test expects only one ID in the version string. # Checklist If applicable:...

Since 8e15a2634aaf6e68cf88868902b8f2900ac41156, we now depend on NumPy to build the docs, which is a departure from our previous happy path of not needing C extensions/platform-specific wheels, which unfortunately break on...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

As ed49fef4ad63ec48055b4b230ecbad00c54f5417 did for Rosetta, this change adds a flag to control whether binfmt emulation is setup. In the future, I think it'd be interesting to consider making the option's...

**Observations** The Nix install commands within the [installation documentation](https://nix.dev/install-nix) (`curl -L https://nixos.org/nix/install | sh -s -- --daemon`) make it so that the installer always runs headlessly. **Problem** Especially for a...

site

As with the Rust situation, `gotest` fails in pre-commit drvs because it can't grab dependencies. Workaround: ```nix { config, ... }: let deps = (pkgs.buildGoModule { name = "go-deps"; src...