Richard van Laak
Richard van Laak
We parsed the author name from a page, where the input name is `© Pavel Voinau`. ## Expected result not return an initials, return `null` as initials ## Actual result...
We use `.yml` now, but really would like to migrate to `.xlf`. Everything related to importing it in Weblate works okay now, see https://github.com/nijel/weblate/issues/939 for the process to get that...
I was thinking about a scenario how we can easily keep track of missing translations. What happened was that I've modified the key of a translation in the translation file,...
It would be great if we could wrap the translator's output in a span, so we can edit translations from the view using http://createjs.org/ Already asked for it on StackOverflow...
We recently installed a fresh Windows 10 desktop and it isn't able to execute the protocol handler. It gives an error on line 55, so it is related to [the...
**Note:** make sure to squash commits on merge. according to PHPUnit config https://github.com/sebastianbergmann/phpunit/blob/master/.github/workflows/ci.yml#L228-L247 Add PHP test runs that are allowed to fail for * PHP 8.1 * PHP 8.2 (nightly)...
Given PHP 8.0 will be the minium PHP version for v2, running a Rector upgrade script will always upgrade the annotations to attributes. This idea came up during the PHPWVL...
The backend to edit Settings is great, especially because it just uses the Symfony form component in a proper way. Some of my Settings require translation, that's why I'd like...
Our implementation does traverse through the properties of an `ItemInterface` to look for `isPartOf`. The expected value of `isPartOf` always should be an instance of `CreativeWork`, as stated in the...
issue #24 does describe the argumentation the semantics of on namespaces being different. This is something we can work around as the library's implementation is flexible enough for that. A...