Raphaël Zumer
Raphaël Zumer
Possibly due to an issue in `RAIntegration`, a game ID of 0 can be sent when no link is found for a given file. Despite not being a valid entry,...
Similar to the [Game Identification](https://github.com/RetroAchievements/docs/wiki/Game-Identification) page, it would be useful to document how memory is mapped for each RA-supported system, especially for implementing support in future clients (libretro cores, etc.)....
Just a minor change, but it took me a while to figure out what the target was supposed to be for Igloo.
### Description This repo uses `flat` for flattening JSON arrays, but by default nested keys are delimited with periods. Periods are not allowed in variable fields in Slack workflows, so...
Fixes #280. ### Summary The default key delimiter when flattening payloads is a period, which is not allowed in Slack workflow variable keys. This makes the `slack-send` action unusable with...
In my opinion there is no reason for the bot to be replying to a message sent in a thread directly in the channel. `replyInThread()` is not adequate because it...
Moved from https://github.com/botman/driver-slack/pull/70.
This adds an encoding mode dropdown field when creating a run to set the encoding mode. It relies on implementations being available in `rd_tool`. Currently only single-pass target bitrate mode...
Since I ran my own instance of AWCY I ran into this problem where we wanted to compare two runs on separate instances but had to manually copy the run...
Recurring annoyance, cancelling a job while it is new/building makes it look like it is cancelled, but then jobs start getting queued and often waste time because the user assumes...