Martin Hujer
Martin Hujer
@Knallcharge Hi, thanks for the issue! I probably personally won't use this feature, but I'd happy to accept a PR which adds it (if it comes with tests 😉).
@lu43n it can be changed in the configuration https://github.com/mhujer/BreadcrumbsBundle#configuration or passed directly to the twig function when using `wo_render_breadcrumbs` in the template.
@RomainOdeval Oh, I can see it from the linked commits - you need to pass a different translation domain to each `addItem` call. It is currently not possible but I'll...
@sampart @manu-sparheld I'm using this bundle in several projects, so I plan to have a look at this issue over the summer and eventually maintain a fork - as suggested...
Fixed this in my fork (see https://github.com/whiteoctober/BreadcrumbsBundle/issues/106#issuecomment-525323526) with a simple change: https://github.com/mhujer/BreadcrumbsBundle/commit/5cb54766dc71b700ff1ad8b7a7caffa98b0845fb
Isn't it better to use native UUID type that [PostgreSQL provides](https://www.postgresql.org/docs/current/static/datatype-uuid.html)? I think that the guide you linked in your post is about MySQL/MariaDB which does not provide native UUID...
Looks like it wasn't fixed by the mentioned PR. In 4.1.0 I'm getting this: ``` [Symfony\Component\Config\Definition\Exception\InvalidTypeException] Invalid type for path "monolog.handlers.swift.to_email.0". Expected one of "bool", "int", "float", "string", but got...
Hello @dakur, I'm using Consistence libraries on several projects, so I decided to **fork them and maintain them** under [`consistence-community`](https://github.com/consistence-community/) namespace. You can find the PHP 8 compatible `consistence` library...
I was wondering the same (`phpcbf` takes 38s for our app compared to 2s for `phpcs` with cache) and I realized that there might have been a reason for disabling...
``` $ git commit -m "b" +++ dirname .git/hooks/pre-commit ++ cd .git/hooks +++ pwd ++ echo c:/Users/Martin/Downloads/test/.git/hooks + __DIR__=c:/Users/Martin/Downloads/test/.git/hooks ++ basename .git/hooks/pre-commit + __BASE__=pre-commit + __FILE__=c:/Users/Martin/Downloads/test/.git/hooks/pre-commit + '[' -x c:/Users/Martin/Downloads/test/.git/hooks/pre-ochtra...