Josep Lluis Giralt D'Lacoste ( Pep )

Results 7 comments of Josep Lluis Giralt D'Lacoste ( Pep )

please give some love the [PR](https://github.com/NixOS/nixpkgs/pull/186108) and then feel free to close this 🙏

Let me know if I can help in any way 😄 🤗 🚀

Hey @josevalim, bob's build [elixir_job](https://github.com/hexpm/bob/blob/ab6e9db2df0ed0abcf1b5c81178d2c83237b267c/lib/bob/job/build_elixir.ex#L8), runs [elixir.sh](https://github.com/hexpm/bob/blob/ab6e9db2df0ed0abcf1b5c81178d2c83237b267c/priv/scripts/elixir/elixir.sh). This script does five things: * builds elixir with `make compile`, we are already handling this in the composite action with make `Precompile.zip`...

Have you guys checked [packages2](https://github.com/esl/packages)? I was working on a new version of builders for al ESL packages just before leaving ESL. There are some [workflows](https://github.com/esl/packages/tree/master/.github/workflows) triggered on a weekly...

> Hey! Please, provide .tf file that reproduces this issue. Sure! I've used the default instructions in the latest docs in the terrafrom registry: ```hcl terraform { required_providers { openvpn-cloud...

Sort my current issue by replacing `openvpn-cloud` for `openvpncloud` everywhere: ```hcl terraform { required_providers { openvpncloud = { source = "OpenVPN/openvpn-cloud" version = "0.0.11" } } } provider "openvpncloud" {...

Is there anyone looking into this?