Inputting descriptions with single or double comma?
Created by: matthijskooijman
From https://github.com/projecthamster/hamster-shell-extension/issues/334:
With hamster 3.0.2, if you type Activity@Category, task description in the shell extension, nothing happens. To get it to actually start, you need to type Activity@Category,, task description. This is likely related to the breaking change made in hamster that now requires two commas to separate descriptions: projecthamster/hamster@42d3c05
I think we should revisit that decision as it doesn't seem like a good decision to me. In particular when typing Activity@Category, #tag just works.
But if we don't, then we somehow need to fix the shell extension. Something needs to happen when the user inputs something... either it creates an activity with some unexpected values, or it displays an error. But just dropping the user's input is wrong.,
And from https://github.com/projecthamster/hamster/pull/656#issuecomment-743337886
I would love to see some discussion on projecthamster/hamster-shell-extension#334 and see wether we prefer to revert 42d3c053 here or find some other solution elsewhere.