Results 17 issues of J. King

```php class TestTest extends \PHPUnit\Framework\TestCase { public function testEmitNotice(): void { $exp = [1, new \stdClass]; $act = [1, new \stdClass]; $this->assertEqualsCanonicalizing($exp, $act); } } ``` ``` PHPUnit 9.0.1 by...

bug

Deber seems to be failing when creating a hard link for the orig tarball of my package. Perhaps deber should fall back to copying when linking fails. Tried on Manjaro...

Hi! I followed your instructions (and used your config verbatim) and was able to get sound to work perfectly, as well as dimming. However, the display rotates back and forth...

[Line 47](https://github.com/hrk/tt-rss-newsplus-plugin/blob/a8e2a21d96bf844429ec20c4863545e70c818e5f/api_newsplus/init.php#L47) reads as follows: ```php $limit = (int) db_escape_string($_REQUEST["limit"]); ``` This results in `null` (as well as various invalid input) being passed along as zero (no limit). The following...

It might be useful for the user documentation on filter rules to link to [the RE2 syntax documentation](https://github.com/google/re2/wiki/Syntax) for clarity.

feature request

# IMPORTANT Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and...

enhancement
1. to develop
API

If the current time UTC is "tomorrow" relative to local time, Movim interprets the current time as being "yesterday": ![image](https://user-images.githubusercontent.com/89590/42793316-8eef43ba-8947-11e8-8ea6-37dd17574e6c.png) This is visible throughout the application: in the chat list,...

bug

This patch removes reliance on the mbstring extension in three places: 1. The `unicodeTrim` function used mbstring to generate a UTF-8 encoding of a U+00A0 NO-BREAK SPACE character. This has...

There's a few problems I see with the `hubs` feature. Below are some points for discussion: 1. The hub types are ill-defined. The spec suggests ("such as") "WebSub and "rssCloud"...

Per [RFC 4287, section 4.2.7.5](https://tools.ietf.org/html/rfc4287#section-4.2.7.5) enclosures (and links in general) can in fact have titles associated with them. The last line of the mapping document might, therefore, read as follows:...