Thom Nichols

Results 83 comments of Thom Nichols

I'll be honest I moved to a webdriver-based E2E testing framework and, while I miss some of the convenience and features that phantom/casper offered, webdriverio + chromedriver ended up being...

I am trying to use a published docker image that I believe has an issue. Unfortunately I cannot "roll back" to a previous image version since there's no history tracking...

yeah I'm thinking existing behavior would be preserved unless a new `binary.tag` attribute is present? And hopefully no existing users would have this already!

👍 thanks I'll try to get a PR for this soon.

Certainly your first suggestion: ``` "host": "https://github.com", "remote_path": "/[owner]/[repo]/releases/download/{version}" ``` works, as that's how one would do it if they were not using node-pre-gyp-github. I figured that would not work...

hey @bchr02 do you want to try to go without a `tag` property or keep it as-is?

Yeah I understand. What's your train of thought here as to how it might work? You could def generate the git tag from `package_json.version` but then there's no opportunity to...

@luisfcorreia this may be fixed once [v6.0.0 is published](https://github.com/kelektiv/node.bcrypt.js/discussions/1196), assuming your platform+architecture is one of the [prebuilt ones](https://github.com/kelektiv/node.bcrypt.js/blob/master/.github/workflows/build-pack-publish.yml#L18-L57)

This may be fixed in v6.0.0 once it is published, as prebuilt binaries are included in the package from npm.

Our test suite of ~700 E2E specs went from ~45 minutes on Cypress 13 to ~1hr 10m on Cypress 14. Our site uses virtually no animations. *Edit:* our main page...