Aarni Koskela

Results 257 issues of Aarni Koskela

I was trying to look for this information in https://alacritty.org/config-alacritty.html, but it wasn't there! Had to spelunk around a bit to find it in the readme instead...

With this change, I was able to successfully compile https://github.com/chadmed/bankstown (having patched its `Cargo.toml` to point to my local working copy of `rust-lv2`) on an Apple Silicon Mac, and run...

Just a comment really, not an issue per se – If you set width and height to 1000 and block size to 1, the generator exhibits horizontal-ish patterns that don't...

This PR: * makes sure the download script doesn't clobber any existing files if they seem correct enough (same size as remote) * ensures 404, etc. errors don't get written...

## Description This PR adds support for `cache: uv`, for the [new `uv` package manager](https://github.com/astral-sh/uv). **Check list:** - [ ] Mark if documentation changes are required. - [x] Mark if...

# Description This PR adds a new `cache-save: false` option to opt out of saving the cache. As described in the documentation: > For some scenarios, it may be useful...

It's currently impossible to run [`opensuse/portus:2.5`](https://hub.docker.com/r/opensuse/portus) since the `/init` script used as the entrypoint lacks the execute bit. ```shell ~/Desktop $ docker run -it opensuse/portus:2.5 Unable to find image 'opensuse/portus:2.5'...

This makes GitHub (and other tools that support this file, or any Git client with `git config blame.ignoreRevsFile .git-blame-ignore-revs` set) ignore the large reformatting/automatic commits, to make blame inspection easier.

skip-changelog

It's also quite common for Jinja2 templates to be called *.jinja; see [GitHub Code Search](https://github.com/search?q=path%3A*.jinja&type=code).

## Description This PR: * Refactors the Dockerfile to use an in-container setup script instead of commands being mashed into `RUN` statements. * DRYs out the repeated package lists, PyTorch...