Wojtek Mach

Results 280 comments of Wojtek Mach
trafficstars

My understanding is macOS ships with LibreSSL but without header files and there is a recommendation to bring your own SSL library anyway: . In my testing the build is...

@rvirding how far would you prefer to go back? I would consider OTP 25 as the bare minimum. Pertinent to builds, it adds JIT for arm64, OpenSSL 3.0 support, and...

I have updated the proposal with a proof of concept implementation, currently under my personal account: https://github.com/wojtekmach/otp_builds - releases: https://github.com/wojtekmach/otp_builds/releases - `builds/*.txt`: https://github.com/wojtekmach/otp_builds/tree/main/builds - build script: https://github.com/wojtekmach/otp_builds/blob/main/scripts/build_otp_macos.sh - build job:...

@cocoa-xu I didn’t know you maintain OTP binary builds too but can’t say I’m surprised. This is awesome! I noticed you have Linux builds per libc, not per distribution, which...

I have added [beamup](https://github.com/tsloughter/beamup) to the use case list in this proposal, congrats on the release @tsloughter! :)

> > Your solution is much more comprehensive than what’s proposed here. If our goals align should we use your implementation instead? > I think our goals definitely would align...

I've just opened the PR with the implementation of this proposal: https://github.com/erlef/otp_builds/pull/1

Hey everyone, I believe https://github.com/erlef/otp_builds is ready! Here are some changes from the original prototype: - build tarballs are available under URLs like: `https://github.com/erlef/otp_builds/releases/download/{ref}/otp-{target}.tar.gz`. `{ref}` is e.g. `OTP-27.1.2` and `target`...

Thank you for the report. I will look into it. In the meantime, can you try https://github.com/thmsmlr/livescript? If you do so, make sure to call `PhoenixPlayground.start(..., live_reload: false)` since LiveScript...

Thank you for the report. with max_retries: 3 Req will make 4 request total, the initial one and 3 retries. There's definitely a bug. I also think the delay function...