Sasha Fonseca

Results 8 comments of Sasha Fonseca

I'm just commenting to say I'm also looking forward to a new release. At least to have a release with the commits that have been pushed to `develop` since `1.7.0`.

Hello @tisba I guess this has long been forgotten? 🙂 any chance this project will be picked up again and release 1.8.0 (and eventually 2.0)?

I'm running Elm inside Docker in a Mac M1 and it seems to work by installing it like this: ```shell RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz \ && gunzip elm.gz...

@bwells I'm using the `elixir:1.11` base image

We do have a blacklist: ``` config :swarm, node_blacklist: [ ~r/^primary@.+$/ ] ``` I've noticed these exact logs also pop up in other places during the tests and they also...

Bump. This also seems to happen when `elm-stuff` exists with `exact-dependencies.json` inside. Besides the error message not being helpful at all, this does not fit my current use-case of versioning...

I believe I ran into the same problem. I fixed this using a "trick" I saw on the official forum which is to first set the path to empty: ```...

@bwells back when I posted this I was only using an M1 Mac with 16GB RAM. I now started using an M1 Mac with 8GB and did a full migration...