Josh W Lewis

Results 31 comments of Josh W Lewis

Yeah, it looks like we'll try to download the x64 binaries. We really only support darwin so that we can test this buildpack locally. Nobody on the team has an...

Hey @PedroPauloML -- I think your error might come from this line: ``` @session = Capybara::Session.new(:selenium) ``` You are using the default `:selenium` driver, which I think defaults to Firefox....

Hey y'all -- Sorry for the delay here. @appleton has been on an extended PTO, so he's not around to respond. However, we did add `HEROKU_TEST_RUN_COMMIT_VERSION` (which reports recently in...

@jaebinyo @christian-fei, were either of you able to solve or work around this? I'm seeing the same segfault with Alpine 3.3 and OTP 18.2.1 on CircleCI only...

@jaebinyo @christian-fei [Circle's docker 1.10 beta](https://discuss.circleci.com/t/docker-1-10-0-is-available-beta/2100) resolved the issue for me. Probably worth a try if you are still hung up on this.

> Apart from the one described above, I'd personally like to have feedback from one or more cloud provider confirming that Corepack has all the tools they need to build...

> we would need to have a trusted source for the checksum hashes, and AFAIK that is not something we can have without trusting HTTPS and a remote server (so...

That's pretty cool. I'm glad you got it worked out. This might be an indication that we need a more official custom units API. If that's a pretty standard unit,...

Thanks so much for pointing this out. As mentioned [here](https://github.com/joshwlewis/unitwise/pull/55#issuecomment-347624994), I don't think Unitwise is the right place to fix this. We should probably push for this fix in UCUM...

@boboldehampsink Thanks a bunch for the inspiration and proof of concept. We just merged #245, which added heroku/heroku:24.nightly as a multi-arch image with amd/arm support. I'm going to close this,...