You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
Hello,
I was wondering if it were possible to add a way to force all values to be pulled as lowercase? I searched on the documentation page for "lower" and "lowercase" but didn't see anything. I of course tried to see if just adding .lower() at the end would work as well (config.something().lower()), but no, it, unfortunately, did not.
I also tried to do some other random stuff to see if it would at least get me closer without having to change much, but neither of these worked either.
Hello,
I was wondering if it were possible to add a way to force all values to be pulled as lowercase? I searched on the documentation page for "lower" and "lowercase" but didn't see anything. I of course tried to see if just adding .lower() at the end would work as well (config.something().lower()), but no, it, unfortunately, did not.
I also tried to do some other random stuff to see if it would at least get me closer without having to change much, but neither of these worked either.
Thanks,
-MH
The text was updated successfully, but these errors were encountered: