Results 6 comments of Robin Cafolla

[mousetrap-js/mousetrap](https://github.com/mousetrap-js/mousetrap) is now back under maintenance. Although for the next couple weeks I'm short on time (new job, moving apartment). If you issue PRs against it, they will eventually be...

This btw is my hacky fix; add a custom comparator which compares the json versions of the two maps. https://gist.github.com/robincafolla/739e3253a7c9f4b4363d4d1aa39e2af5 But it won't work if you're using objects as keys.

I agree. I was originally going to open the issue on PHPUnit, but I didn't have a suggestion for them on how to improve it. I'll open an issue later...

I would expect this fix in [community.general](https://github.com/ansible-collections/community.general/issues/1614) to resolve this issue, but I'm still seeing it with [v2.2.1](https://github.com/ansible-collections/community.general/blob/2.1.1/CHANGELOG.rst) on Ubuntu 20.04. ``` TASK [RocketChat.Server : Ensure node-version-manager (n) is installed...

As a temporary fix you can comment out `executable: "{{ rocket_chat_npm_dist }}"` in [tasks/nodejs.yml#L19](https://github.com/robincafolla/Rocket.Chat.Ansible/blob/rcafolla-dev/tasks/nodejs.yml#L19) to skip the problem, although this will obviously fail if your npm is located somewhere weird....

This happens for me whenever I tab autocomplete a file with a shebang of `#!/usr/bin/node` which doesn't live in a dir with a `node_modules` sub folder. The fix is to...