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
On Sep 3, 2019, at 1:50 PM, Jeremy Woertink ***@***.***> wrote:
If you use select_count, it will return Int64, but passing that to pluralize will throw
no overload matches 'SomePage#pluralize' with types Int64, String
https://github.com/luckyframework/lucky/blob/master/src/lucky/page_helpers/text_helpers.cr#L89
My guess is we should probably also support Int16. Maybe we just have a few overloads that convert the type, and pass to a main method?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
If you use select_count, it will return
Int64
, but passing that topluralize
will throwhttps://github.com/luckyframework/lucky/blob/master/src/lucky/page_helpers/text_helpers.cr#L89
My guess is we should probably also support
Int16
. Maybe we just have a few overloads that convert the type, and pass to a main method?The text was updated successfully, but these errors were encountered: