Korvin Szanto
Korvin Szanto
Does this include `UITableViewStyleGrouped`?
~@vishaljadhav Did you ever get past this issue?~ Turns out my issue was that I was incorrectly formatting my dates. I changed my date formatting to be ``` moment.utc(self.startDate).format("YYYY-MM-DDTHH:mm:ss.SSS[Z]") ```...
I'm not really a fan of including multiple attribute in a single `#[...]` especially when the attribute block isn't inline'd with a property. For example, it feels unnecessarily hard to...
We definitely restrict language features with the goal of improving readability, a good example of that is compound namespaces under 3: ``` Compound namespaces with a depth of more than...
> Would you be OK with a "only use if they're all argument-free" or something like that? That does help but I'm not convinced that `Api` is easily seen here...
> For the blank lines, that's not in there now and I've heard differing opinions in the wild on it. I'm in favor of allowing them, but what does the...
> Limit is 120 chars per line :) That's a soft limit and not a requirement. If we wanted that cemented for attributes we'd have to explicitly state so. I...
To be clear what I'm asking for here is to leave this unspecified for now, not to disallow it.
No not quite, your revision leaves parts discussing compound attributes and includes examples of them. What I'm asking for is to remove the parts that refer to compound attributes and...
PSR-12, Laminas, and the PHP docs all also add spaces. I can't really think of a good reason to omit this so I'd be okay with adding this for typecasts....