Eliot Partridge

Results 10 issues of Eliot Partridge

Kind of a weird request, but I was curious if it would be possible to add Tasker tasks for waking up saved Lighthouses on Android. I had the idea of...

Currently, GMAU provides no way to notify addons if a player has died/been reported dead. This means that addons such as PointShop for example have no way of knowing when...

enhancement

A couple language strings are missing, but the rest seems solid. Needs review by another Korean speaker, however.

enhancement
localization

Currently, players are only made spectators if they join in the midst of a game. However, some players may want to sit out a round or two, or record/monitor the...

enhancement

It would be nice to build a simple linting CI action, especially once the project goes fully public. Consider using an opinionated linter like [Moonpick](https://github.com/nilnor/moonpick) to gain more control over...

enhancement

**Describe the bug** When lazily-loading values within `resolve_type`, the promise appears to be immediately synced. This causes N+1 queries when using `graphql-batch`, where the result of a `resolve_type` depends on...

The [Test Anything Protocol](https://testanything.org/) is yet another way some testing frameworks might output test suite information for reporting purposes. I'm looking to integrate some sort of test reporting to a...

### Bug report info ```plain text act version: 0.2.67 GOOS: linux GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /home/bw81/.config/act/actrc: -P...

kind/bug

Following the discussion in #659, this PR introduces a case-insensitive cache key comparison function to compare the cache key returned from `@actions/cache` versus the calculated cache key for the purposes...

### Ensure the following before filing this issue - [X] I verified it reproduces with the latest version with `- uses: ruby/setup-ruby@v1` (see [Versioning policy](https://github.com/ruby/setup-ruby/blob/master/README.md#versioning)) - [X] I tried to...