Jannik
Jannik
I tested it locally and everything seems to work fine 🤷♀️
Hi, when you are installing a project without any desire to release it on packagist, the plugin shouldn't mark it as an error if "name" / "description" are missing –...
Hi, first up: thanks for your great plugin. --- When building a generic, but scoped translator, like this one, that automatically translates all messages in the `backend` domain: ```php use...
Hi! First up: thanks for your great plugin. 🙌 I noticed that the completion for doctrine repositories is super weird and seems to just be name-based. ### Doesn't work ❌...
This PR adds support for end-to-end testing the plugin. It basically uses the global composer command, installs the local version of the plugin and then you can add your own...
### Summary Hi, in one of our staging deployments, all images return a 502. If I open just the image in a new tab, I get the following error messages:...
Hi, I have found nothing in the documentation (and no test, but didn't search for too long). Are there some docs about annotations that I can use without explicitly naming...
Hi, I am currently developing a distributable package of SCSS files, and for testing and CI purposes I would like to be able to build all files of the project...
Hi, the `PhpFileExtractor` is calling `init()` on every visitor: https://github.com/php-translation/extractor/blob/82fc51a07fb626c0bfb31fb3f041baa88fee6acb/src/FileExtractor/PHPFileExtractor.php#L38 although one of the allowed types is `PhpParser\NodeVisitor`, which doesn't have an `init()` method: https://github.com/nikic/PHP-Parser/blob/3f718ee2c3a22b656773476f19dd8d72a50e2413/lib/PhpParser/NodeVisitor.php
- Algolia Client Version: 3.3.2 - Language Version: PHP 8.2 ### Description Using the method `replaceAllObjects` with a new index + safe hangs indefinitely: ```php $index->replaceAllObjects($items, [ "safe" => true,...