Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
That sounds interesting. Let me check in details in ~4 hours (9 PM in my time). 🙇
For 1, I think it could be done by using build matrix. But how many versions do we need to publish? And I'm not sure about building docs for elixir...
Thank you for your information. I’ll take a look tomorrow. 🙇♂️
@josevalim @wojtekmach Just to confirm that I understand your decision correctly. 🙇♂️
> As I see in `ci.yml`: 1. We need to add branch checking into `continue-on-error` to step that we want to skip. I think it make workflow quite more complicate....
Or we extract the steps in https://github.com/elixir-lang/elixir/blob/main/.github/workflows/release.yml#L42-L62 into [workflow_call](https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow) and uploading it to artifact using [upload-artifact](https://github.com/actions/upload-artifact). So we can re-downloading it to use to build docs and re-using it with...
@josevalim I thinking that we should have a jobs to publish precompiled versions before publishing the docs. I have some experiment here https://github.com/wingyplus/elixir/actions/runs/2818697731. So I think the steps to make...
Close this in flavor of #12118
I'm working on the interceptor library [here](https://github.com/wingyplus/opentelemetry_grpc). It focuses on tracing and client-side first which's my primary usage. it's not production ready at the moment. So please use it with...
> Thanks for sharing! @wingyplus, I'm about to test the propagator I mentioned I was working on in production soon. I've created a Gist with the content since it is...