Will

Results 36 issues of Will

## Summary Can we make the AI for practice games better? If not smarter, then faster.

enhancement
help wanted
backend

## Summary We currently have the ability to snapshot the RDS database. Let's do this on a regular cadence.

enhancement
infrastructure

## Summary The AWS Free Tier for ALB, RDS, and ElastiCache is limited to 12 months. After this time, they cost the following amounts: - ALB: $16.43/mo for base cost...

enhancement
infrastructure

## Summary Add a Github Action for desktop builds (can use on: workflow_dispatch for manual triggers and add on: release later).

enhancement
infrastructure
blocked

## Summary The game should always operate in landscape mode. However, mobile browsers support screen rotation. Since this results in a viewport changed (and a forced app reload), let's disable...

bug
help wanted
frontend

## Summary If you run `yarn build` a handful of times, and check the size of `duelyst.js` in bytes after each run, you'll notice that that the build is occasionally...

bug
help wanted
infrastructure

## Summary ``` [21:01:10] Starting 'rsx:packages'... [GP] Packaging resources for STANDARD files... [GP] [WARN] app/view/layers/arena/RunLayer.js -> matched RSX search but no resource could be found for: RSX[`key_blade_${bladeNumber}` [GP] [WARN] app/view/layers/arena/RunLayer.js...

bug
help wanted
frontend

## Summary We should assess the size of replays and determine a good balance of how many replays to store per user based on S3 costs.

enhancement
infrastructure

## Summary Creating a webhook will allow us to post Github updates (new issues, new PRs, etc.) in Discord. Blocked on access currently (I can't access the Webhooks section of...

enhancement
infrastructure
blocked

## Summary Since we removed email-based forgot password flows (see `git log` for original code), we should add an alternative system for password resets. One way to do this is...

enhancement
help wanted
backend