Alex Akers
Alex Akers
Investigate using `libicucore` (http://icu-project.org/apiref/icu4c/upluralrules_8h.html)
- [ ] Allow edit - [ ] Allow save - [ ] Allow cancel - [ ] Save name - [ ] Save strength - [ ] Save note...
Currently, variable use in `String` interpolation is a big hack that encodes the `Variable`'s `Attachment` _value_ as JSON and is pulled apart into a `Dictionary` of `string` and `attachmentsByRange` by...
This would alleviate the need for the `+` operator. Before: ```swift let shortcut = buildShortcut( foo() + bar() + baz() ) ``` After: ```swift let shortcut = buildShortcut([ foo(), bar(),...
- Update result dictionary keys - Don't delete keychain items when saving; update if possible