ecartz

Results 5 comments of ecartz

What are you thinking? I vaguely recall that the last time that I looked at this, there wasn't a backwardly compatible way to handle this. So every language definition would...

That uses` IntlDateFormatter` under the hood. So it won't always work. On the bright side, it already has the `strftime` formats mapped. So a version that worked with `DateTime` would...

I think that this might be a better solution: https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php We could throw that and its dependencies in (e.g.) system/versioned/1.0.9.2 and be able to use it if IntlDateFormatter is not...

I would be opposed to moving it out of the block. Regardless of syntax, whether pseudo-selector or not, it confuses the selector with what defines display. I.e. in `bar>.baz @extends...

There's a bit of a data normalization issue on having the order total in two places. If we would do this, we should probably remove the order total from the...