Abel Muiño

Results 7 comments of Abel Muiño

It seems that the problem comes from using the Precompiled release from Github instead of the custom-built versions in `repo.hex.pm` that [were being used for 1.6.x](https://github.com/c0b/docker-elixir/blob/84a28091330648bdc0e97349fd74c643eec58de9/1.6/otp-21-alpine/Dockerfile) (along with the `1.6.6-otp-21`...

I've got a partial fix for this submitted as a pull request: http://github.com/MSch/devise-twitter/pull/14 By reading this issue, I get that a couple more changes are needed so that users are...

Should be ready now. The twitter_handle is updated (if needed) on connect or signup.

They were removed in #152 if my understanding is correct.

This PR is mostly a convenience for those of us using couchbeam from source (instead of hex) on Elixir projects. Use cases: 1.- Workaround for the broken 1.4.2 release (does...

Is there any way I can help in getting this issue solved and a new version released to hex.pm?

FYI: you can solve this by configuring the alias mapping in your `.flowconfing` `[options]` section: https://flow.org/en/docs/config/options/#toc-module-name-mapper-regex-string ``` [options] module.name_mapper='^SomeAlias/' ->'/vendor/some/other/path/' ```