Suvajit Chakrabarty
Results
2
issues of
Suvajit Chakrabarty
I reduced the font-size of the date digits for every cell and that did work somewhat. But I still want a smaller cell height for every date cell.
What is the correct syntax for creating an index on an enum field? I've already created an enum named action like this. `enum :action, Enum::Task::ACTION, default: :something` I wanted to...