Dries Vints
Dries Vints
To test some JS components in their behavior. Like the dropdown component. Using Dusk? Or maybe something else? 🤔
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...
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...
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...
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...
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...
Add a new settings section for notifications with a setting to globally turn off/on notifications for subscriptions to threads, including mentions.
Figure our a way to show a grayed out Laravel logo as a default avatar instead of the current default GitHub one.
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...