Results 11 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...

I'm using this library on the frontend in a couple projects. This is how I'm handling them (I'm not using it on the backend, which is PHP in my case)...

I should add that to get this library working on the front-end, if you're using webpack >= v5, you need to shim the `require('url')` call [here](https://github.com/PDMLab/http-problem-details/blob/7b808afbb0ac710a290c9c09fba69f5bcc2417b8/src/ProblemDocument.ts#L2). Webpack [removed it's nodejs...

Since #26935 was closed in favour of this I just want to re-iterate that usernames should ideally allow utf8 characters. If you're allowing users to set something that is supposed...

Sadly seeing this in lightrush/framework-laptop-formula#33 on Ubuntu 22.04. Sadly purging `salt-common`, `salt-minion` or installing `salt-master` fixed the problem.