Dries Vints

Results 97 issues of Dries Vints

To test some JS components in their behavior. Like the dropdown component. Using Dusk? Or maybe something else? 🤔

enhancement

Atm you can pass key/values as options for the `Map` instance but that doesn't works for callbacks etc. You currently need to export the view to overwrite this hard-coded. It...

enhancement

Maybe cache the markdown if the content hasn't changed.

enhancement

When deleting a post I'd like to add an optional message that's emailed to the user. For example, the below post was made in a non-english language while we only...

enhancement
help wanted

Open a modal when clicking the ban button. This modal contains a text field that's required to be filled in to internally reference so we always know the reason why...

enhancement
help wanted

We should add some documentation for the new API sent in at https://github.com/laravelio/laravel.io/pull/793. I'm not sure if we should use a certain API documentation tool or just try to incorporate...

enhancement

Filter out any duplicates with: ```sql SELECT github_username, COUNT(github_username) FROM users GROUP BY github_username HAVING COUNT(github_username) > 1; SELECT * FROM users WHERE github_username = 'duplicate'; ``` These can actually...

enhancement
help wanted

Add a new settings section for notifications with a setting to globally turn off/on notifications for subscriptions to threads, including mentions.

enhancement

Figure our a way to show a grayed out Laravel logo as a default avatar instead of the current default GitHub one.

enhancement
help wanted

Users should be able to connect or disconnect their GitHub account after creating their account. Should be a new box on the settings page. Connecting their GitHub account will fill...

enhancement