András Boroska

Results 9 comments of András Boroska

Previously my project was on `0.5.1`. When upgraded to `1.0.0-rc7` I got the same crash. Deleting `deps` solved the issue, so seems to be some re-compile problem as suggested by...

Yes, I agree. As I mentioned in #1977 that the check should be moved to after running the pre-hooks. I amended the PR with where the verification should be in...

Plugins: As a workaround for plugins it is possible to request a specific version: {plugins, [{rebar3_lint, "0.4.1"}]}.

On Windows epmd has to be started manually if I remember correctly. Try starting an Erlang shell which should normally start epmd for you. If it doesn't start it then...

No, see Reg.Name in this screenshot. It should be `AMQP_POOL` without Elixir prefix and apostrophes. Alternatively keep the current Erlang style and close the ticket as perhaps showing processes in...

The following PR fixes this: https://github.com/erlang/otp/pull/6181

@mrallen1 The way I am reading it: "Works on Intel, fails on ARM".

I missed poolboy in the first version.

Heads up @fionaliao that this PR enables building for Arm architecture. Are there any plans to review it?