denim-ui
denim-ui copied to clipboard
Remove all converters that are generic over all types, they cause too many cryptic issues
The most obvious example we need to get rid of is converter toOption(T) -> Option[T]
An option is to make one have to explicitly import them, which is probably an easier fix we can do first.