kwasimensah
kwasimensah
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://github.com/npm/node-semver/blob/e9a1f26e616b2e7a3e14e1803364229980142789/classes/semver.js#L76 calls this.format() ### Expected Behavior https://github.com/npm/node-semver/blob/e9a1f26e616b2e7a3e14e1803364229980142789/classes/semver.js#L76 should not call this.format()...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://github.com/npm/node-semver/blob/main/functions/compare.js#L3 always creates a new SemVer objects even if you're careful...
So looking at [compare_hashes.rb](https://github.com/liufengyun/hashdiff/blob/master/lib/hashdiff/compare_hashes.rb) there's some sorting to make sure the results are stable and deterministic independent of the ordering of the keys. Is that true for all of the...
I'm using webmocks to replace expensive calls to Facebook to create test users. I was previously using Minitest-hooks (https://github.com/jeremyevans/minitest-hooks) to do the creation in before_all and deletion in after_all blocks....