RetroArcher icon indicating copy to clipboard operation
RetroArcher copied to clipboard

WIP: Game streaming server / front-end.

Results 27 RetroArcher issues
Sort by recently updated
recently updated
newest added

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.3.0 to 6.6.0. Release notes Sourced from pyinstaller's releases. v6.6.0 Please see the v6.6.0 section of the changelog for a list of the changes since v6.5.0. v6.5.0...

dependencies
python

Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.6 to 0.16.3. Release notes Sourced from pascalgn/automerge-action's releases. Release 0.16.3 Update dependencies Release 0.16.2 GitHub API URL bug fix Release 0.16.1 Update node version #242 Release...

dependencies
github_actions

Bumps python from 3.9.6-slim-bullseye to 3.12.3-slim-bullseye. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.9.6-slim-bullseye&new-version=3.12.3-slim-bullseye)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [flask](https://github.com/pallets/flask) from 3.0.1 to 3.0.3. Release notes Sourced from flask's releases. 3.0.3 This is a fix release for the 3.0.x feature branch. PyPI: https://pypi.org/project/Flask/3.0.3/ Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 Milestone: https://github.com/pallets/flask/milestone/35?closed=1 The...

dependencies
python

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

dependencies

### Describe the Bug Flask is a WSGI based framework. This doesn't allow asynchronous calls and can be slow. While RetroArcher does not require many simultaneous connections or calls, let's...