Johannes Hertenstein
Johannes Hertenstein
I can confirm, that this also leads to psalm not detecting issues in classes extending `Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository` of `doctrine/doctrine-bundle`, which has a backwards-compatible Definition: https://github.com/doctrine/DoctrineBundle/blob/2.12.x/src/Repository/ServiceEntityRepository.php that is detected as duplicate.
Seems like this is the same issue (or related) as #9216
Curiously, I could not reproduce #22 - after checking out that branch and running the compose setup, it worked on my machine (TM)
When starting from a clean repository without a `vendor/` directory, `composer install` inside of the container fails because a php extension is missing. ``` php_1 | Installing dependencies from lock...
This library is currently not really actively developed. If you want to make a pull request anyways, I will take a look at it. As for the paragraph tags: I...
In my personal opinion, i don't see the point in adding support for it. However since this is a project for converting this type of files, it would be a...
This is a good idea and I am confused, why this hasn't come up earlier. Unfortunately, I am currently flooded with work, so It's going to be a good bit...
Looking at the code a bit more, the preferred solution would probably be * Adding a global variable here: https://github.com/j6s/mailcow-exporter/blob/main/main.go#L17 * Parsing the env variable here: https://github.com/j6s/mailcow-exporter/blob/main/main.go#L45 * Using that...
Well, lets do it then. I'll create a dev branch to develop on, also i'll tag the current version as 0.1, so we can tag the object oriented one as...
Although not committing, this project has been in my mind a lot lately. In particular i thought about having tag objects. It would add a lot more structure to everything....