David Whitlock

Results 76 comments of David Whitlock

Mostly done - just the Requirements page still needs to be updated.

Thanks for the input. I'll look into this as soon as I can.

@mikepc in response to your question about `hash_pwd_salt`, the `opts` depends on which hashing algorithm you are using - you will need to see the documentation for [argon2_elixir](https://hexdocs.pm/argon2_elixir/Argon2.html), [bcrypt_elixir](https://hexdocs.pm/bcrypt_elixir/Bcrypt.html) or...

Thanks for raising the issue. I will look into it and get back to you soon.

Thanks for raising this issue. I am looking into it now.

For future reference, this [rebar issue](https://github.com/erlang/rebar3/pull/1598) also references this problem.

Thanks for raising the issue. I have pushed some changes to the `unicode_path_compilation` branch. Could you test that and make sure it works properly?

I think the problem is with how it deals with the submodule. I will look into how to sort this out and get back to you later today.

Ok. Try adding the following to the `deps` section of your mix.exs file: ``` {:argon2_elixir, "~> 2.0", github: "riverrun/argon2_elixir", branch: "unicode_path_compilation", submodules: true} ``` If that doesn't work, edit the...

I have just pushed the changed to hex. Please try version 2.1.1 and let me know if it works.