Alex Akers

Results 35 issues of Alex Akers
trafficstars

Investigate using `libicucore` (http://icu-project.org/apiref/icu4c/upluralrules_8h.html)

enhancement

- [ ] Allow edit - [ ] Allow save - [ ] Allow cancel - [ ] Save name - [ ] Save strength - [ ] Save note...

enhancement

Write some tests!

enhancement
help wanted

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