Greg Netsas

Results 1140 comments of Greg Netsas

@quicksketch thanks to @argiepiano we've gotten to the bottom of the regression with `#indentation` in #6090, which means that we should be able to use that here as well 😉...

Thanks @indigoxela (for this issue specifically, and for taking care of many of our GHA-related tasks) 🙏🏼 I've had a look at the code, and it looks good to me...

Noting that https://www.drupal.org/project/checkall might be of help, and also that perhaps a CSS-only solution for expanding/collapsing groups of media types might be possible, with the method described here: https://iamkate.com/code/tree-views (thanks...

> ...Is it possible to enter a value that should be considered as "custom value"? Good question @kiamlaluno! ...the list of media types and extensions is coming from [`file_default_mimetype_mapping()`](https://docs.backdropcms.org/api/backdrop/1/search/file_default_mimetype_mapping) and...

I'm also in favor of allowing for both a long description (for use in the roles listing page) and a short description (for when people are assigning roles to user...

Thanks @quicksketch ...code looks good, but the linter is complaining about a few things still. > If the UI seems overwhelming, ... That is not the case with the role...

Yeah, while testing the PR sandbox and trying to see that from a new user's point of view, I kinda expected at the very least a short description for the...

Counter suggestion for the short descriptions: - Editor: Can create and edit content. - Admin: Can configure the site, including managing permissions and assigning roles.

Yeah, lets jus go with that as "good enough for now", and iterate (if needed) before final release as @jenlampton said 👍🏼

Nice teamwork here! 👏🏼 ❤️ I would have done something like `$message_saved = $comment->isNew() ? t('Your comment has been updated.') : t('Your comment has been posted.')?`, and would then have...