Owen Voke
Owen Voke
## Description Currently the `reporterr.php` file path is hardcoded, I'm working on a custom [mining monitor](/pxgamer/arionum-mining-monitor) and was adding routes for both static (`report.php`/`reporterr.php`) and restful (`/api/reports`/`/api/reports/errors`) endpoints. ## Possible...
## Detailed description Thumbnails aren't always taken from the actual selected video. ## Context This was mentioned in issue #9.
This adds Plex as the `media_player` following [the `additional_info` documentation](https://listenbrainz.readthedocs.io/en/latest/users/json.html#id1). I'm not sure if `listening_from` was an old equivalent to this (ah, `listening_from` was an old unofficial way of handling...
This PR adds error identifiers to allow ignoring errors in the new `// @phpstan-ignore ` comment format. I'm assuming `larastanStrictRules` is ok as a base identifier, but happy to change...
## Breaking change ## Proposed change This fixes a bug where the Upload and Download Speed don't have a state class, which results in a repair warning in Home Assistant...
This adds a `.gitattributes` file to ensure that tests and docs aren't distributed when installing.
We are hitting issues where we have only upper-case and numeric in a string (technical terms). `fromAuto()` will detect these as not uppercase, and result in using the `UppercaseSplitter`. Some...
This adds support for comments in the same style as JSON Schema (`$comment`).