bitwalker/toml-elixir

Provider not loading false values

thiamsantos opened this issue · 0 comments

If we set a key as false on the toml file an load it through the distillery provider, the key is not loaded.

I created a failing test as evidence of this bug on my fork https://github.com/thiamsantos/toml-elixir/tree/fix/provider-false.

Do you know how that can be solved?