Florian Eckerstorfer

Results 33 comments of Florian Eckerstorfer

@Seldaek I've tried to implement this as you described, however I end up with a circular reference. The problem is that `Doctrine\MongoDB\Connection` only returns a `\Mongo` object after it has...

@elcheco Can you check if you can make the Nette tests pass?

You should call `addRules()` on the Slugify object before you inject it to the `Cocur\Slugify\Bridge\Twig\SlugifyExtension` constructor.

@nei This would be the correct approach for solving this. When we are talking about just the Twig integration because it could be part of the SF bridge, but it...

No, it should not. The purpose of this library is to replace special characters with `-`, not clean up strings. Why are you running htmlspecialchars() before passing the string to...

@tenq Could you create a PR for this? If you need any help please let me know.

@NoNoNo Could you create a PR for this? If you need any help please let me know.

@Spomky I can only add one type to `composer.json`, right? The problem is that this repo is not only a `symfony-bundle` that offers integrations to a bunch of different frameworks....

@lostfocus Interesting. I think it should be possible to add the German umlauts with combining characters to the ruleset and it should work. But I have not tried that out.

Only if someone provides a good PR