Timo Welde

Results 7 comments of Timo Welde

Another option would be to keep the `user.displayName` and implement a hook to modify it: https://api.drupal.org/api/drupal/core!modules!user!user.api.php/function/hook_user_format_name_alter/8.2.x

I got it working by building it with grunt. 1. `cd` into log4js subdirectory 2. `npm install` 3. `grunt build` 4. include the `target/log4js.min.js` file in your project

Hey @ZauberNerd thank you for the suggestion. We will implement it as a mixin for now. If you don't want to use this ticket as a feature request for hops...

Same issue on macos. Downgrading to node 16 works.

Hey everyone. Could you please check, if the scenario outlined via screenshots in the linked PR matches your problem? https://github.com/toolkit-for-ynab/toolkit-for-ynab/pull/3320

yes. `git show stash@{0}^3`

if you only want to have the filename: `git show stash@{0}^3 --pretty='' --name-only`