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
When using Recase.Enumerable.convert_keys, it tries to recursively convert keys in maps. The problem is that not every map has Enumerable protocol implementation, so it raises if it finds for example DateTime struct.
Guess we could check if Enumerable is implemented?
The text was updated successfully, but these errors were encountered:
Hello!
When using Recase.Enumerable.convert_keys, it tries to recursively convert keys in maps. The problem is that not every
map
hasEnumerable
protocol implementation, so it raises if it finds for exampleDateTime
struct.Guess we could check if
Enumerable
is implemented?The text was updated successfully, but these errors were encountered: