Damien Retzinger
Damien Retzinger
@superRainbow check out #26 this may resolve your issue.
@superRainbow can you confirm this is solved?
@deyvsonaguiar Can you clarify this question a bit? A sample plunkr or a use case may make it a bit easier to explain.
Maybe, for a v1, `ImmutableFaIconComponent` as an experimental component? I've got a few hundred of such icons on some pages and on the low-cpu devices we test on, a non-trivial...
From the original issue: ``` [2020-02-28 15:32:00][WARNING]: Mismatch of entities in the document: customer_entity_varchar Source: 114 Destination: 115 ``` This means Magento 2 has MORE data than Magento 1, which...
See https://github.com/magento/architecture/blob/master/design-documents/storefront/Readme.md There's also https://github.com/magento/architecture/blob/master/design-documents/service-isolation.md This is currently WIP, and there is code available for review https://github.com/magento/storefront-product-reviews-ce for example. You can look for https://github.com/magento/storefront-* for examples.
I maintain this list: https://github.com/graycoreio/github-actions-magento2/blob/main/supported-version/src/versions/individual.json I don't know if you maintain a similar list, or even if mine is correct since I base it on the list here.
@jeff-matthews yes, that's where I get my versions from, however with things like: https://github.com/magento/devdocs/issues/9498 I'm neither fully convinced of the correctness of my own version matrix or the currently listed...
@nex3 this may take a while for me to write a proposal, and it'd take me even longer to implement (I know neither Dart, Ruby, nor the internal semantics of...
I think `@finally` could be added as a language semantic later without significant trouble. I would personally elect for : ```sass @try { $test: my-function($bad-data); } @catch $error { @assert-equal($error,...