Dynèsh Hassanaly

Results 27 comments of Dynèsh Hassanaly

I've been doing this in few of our projects and it works well. I think I heard about this on the Symfony slack and not in the documentation, so it's...

> Is there any open source tool you're familiar with that works like this? (a quick google search mostly shows a11y tools that lint websites instead of source code?) @wouterj...

@jonasbirkelof I'm not using that router anymore and I'm not sure if there was a PR in the meantime that fixes this.

@hantsy the reason has been discussed here https://github.com/symfony/symfony/pull/47425#discussion_r959875651

Yes, I don't think it's necessary to finish this PR.

Oops, I should have searched first. I didn't know about this PR #67, but it's incomplete Should I close mine then?

https://github.com/artyuum/simple-note/blob/1172d8275ac0835edb4fdc28eb008cf66939a303/index.php#L162 Increment the 3rd argument of the `substr()` function. For example if you want to display 50 characters, you would change it like this: ```php substr($row['title'], 0, 50) ```