peek-travel / ecto_hashids

A library to seamlessly convert between sequential IDs and hashids for ecto schemas
MIT License
16 stars 4 forks source link

replaces `Application.get_env/3` with `Application.compile_env/3` #3

Closed thiagomajesk closed 2 years ago

thiagomajesk commented 2 years ago

Provides a helpful error message when there's an application configuration change. This will warn users that there's a difference between compile time and runtime configurations. After that, the user will be presented with options to fix the problem, usually by recompiling the dependency.