Sami Hellsten
Sami Hellsten
It is possible to change [UID and GID for your current user](https://www.thegeekdiary.com/how-to-correctly-change-the-uid-and-gid-of-a-user-group-in-linux/) but this is operation where you have potential to mess up your entire system. However, you should try...
Surely there are alternative solutions, but I guess each has own flaws. For example, ignoring file permission changes for given repository (on the host that has permission issues) ``` git...
This is not a bug, nor even a correct place for the issue. As the error says, there are problem with file permissions. Hopefully you found out the solution by...
To clarify, the example can be reached two ways, either ``` $date = $entity->get('field_datefield')->date; ``` and ignore with ``` - '#^Access to an undefined property Drupal\\Core\\Field\\FieldItemListInterface\:\:\$date\.$#' ``` but it could...
Could you elaborate? What exactly is `drupal-check` acceptable way of writing line ``` $date = $entity->get('field_datefield')->date; ```` There are a lot of cases where `drupal-check` prints out errors where you're...
Update: Looks like the error is relatively small. If running the command in project root (at least in drupal-project based) it's the only case this will fail. ``` ~/projects/drupal/misc $...