Stanisław Małolepszy
Stanisław Małolepszy
Yeah, I like that too. Redux's `connect` is a configurable decorator which is a really nice design pattern. Originally, I didn't want to enforce any pattern wrt. `props` vs. arguments...
What I like about the variable args patterns is that you can then do things like `${tasks.map(ActiveTask)}`.
> The rendering issue has been solved - if you need high performance rendering react, angular, and vue are much better choices than innerself. I completely agree. And I share...
Alright, I submitted #22 and would love to hear your thoughts about it!
There's the more recent #424 which is specifically about clarifying whether open/close/standalone are properties of functions or expressions. I think we can close this issue and continue in #424. I'm...
There are a few requests bundled here. Let me try to untangle them: > (I'm using "should" to define the requirements, not voice my opinion.) ### The formatted parts should...
IIRC, the key part of the original request was this: > Unlike cardinal and ordinal plurals, range plurals depend on two inputs rather than one. This needs to be accounted...
It is already possible to imagine a selector function which can select variants based on two inputs, passed in either as a container object (`$myRangeObject`) or given as two options...
Oh, only now did I see that the issue is from October 2020. For some reason I thought it was a much more recent one; probably because of the recent...
> It sounds like all parties agree a firm API is not part of the specification, but there is good discussion on defining a structural definition of a `formatted-part`/`MessageFormatPart` type...