Cristian Filipov
Cristian Filipov
Thank you! Wow, that's a lot of work! I'm imagining what this would look like with a data model that makes heavy use of this pattern. Wish there was a...
Personally I'm not a fan of this being a command line flag. While I feel the current syntax is a bit heavy and "magical" I prefer over a flag. The...
@Gabriel439 You mention that dhall union is essentially the same as what typescript calls string literal types and I see that from your example, but I think there is more...
One shortcoming of a command line switch is that it either enables or disables the tag field/nesting for all occurrences. I have definitely run across JSON where both styles are...
My suggestion is to not assume a single date serialization format like 8601 and instead provide date helper functions that can be used to deal with all different types of...
You have a `join` function which is used for concatenating strings with a separator which I feel can be confusing with the relational joins proposed. Maybe the existing `join` should...
Thank you @sobri909 for the kind remarks. I hadn't considered CocoaPods because I typically just use submodules when I include dependencies though I am aware that many (possibly most?) people...
Yes. In addition to this I also wanted to make it easy to see activation on each set. The idea I had floating around in my head: on the left...
One more thing. I had this in a very early version of the app (before open sourcing) but got rid of it temporarily: I was thinking of having rows between...
I'm not a fan of the back button popping you all the way back to the root view controller for a couple reasons: 1. It's definitely a non-standard way of...