Miles Budnek

Results 7 issues of Miles Budnek

This adds a new experimental package configuration for the in-development [libretro port of the PCSX2 PlayStation2 emulator](https://docs.libretro.com/library/pcsx2/). This allows much tighter integration with the rest of the RetroPie than is...

## Changes Update the pip-compile manager to read any `--index-url` and `--extra-index-url` flags from the input file and use those to look up credentials in `hostRules`. The resulting URLs with...

## Changes This refactors the pip-compile manager to use the python keychain module along with the keychains.envvars module to pass credentials to pip. Doing it this way means there's a...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like It's currently possible to define events with multiple triggers in config.yml,...

request
done

BZip2's public API functions use the stdcall calling convention on Windows, but rbzip2 tries to load them using the default cdecl convention. This leads to the functions not being found...

compatibility

## Changes For some managers that can have dependencies between input files (pip-compile, for example) it's important to update each input file in the correct order. This changes getUpdatedPackageFiles to...

## Changes Pip-compile can compile multiple input files into one lock file. Renovate calls the manager's `updateArtifacts` function once for each input file, but currently it only looks for private...