Mario Borna Mjertan

Results 19 issues of Mario Borna Mjertan

### Describe your bug ![Screenshot 2022-10-05 at 17 11 30](https://user-images.githubusercontent.com/1742806/194096243-993b0d4c-d8e5-4d7d-94be-0b6eb37827f6.png) ### Steps to Reproduce If this is contained in the `globalVariables.colors` in the global blocks manifest, you'll get a warning...

bug

### Describe your feature request WPML has certain features such as their [Advanced Translation Editor](https://wpml.org/documentation/translating-your-contents/advanced-translation-editor/), [automatic translations](https://wpml.org/documentation/automatic-translation/) and third-party translation service integrations which depend on it extracting content into [XLIFF...

research
feature request

Content editors don't necessarily realise they have to click on the LINK popup card to link something in the LinkEditComponent, so it would be great if we could either make...

feature request

When registering blocks, the first partial match in the block's root directory for `manifest.json` is used. If a block contains e.g. `assets-manifest.json` (please do not ask) and `manifest.json`, the block...

bug

### Describe your bug Quote block is sometimes read as a figure, and sometimes as text by VoiceOver. This should be as consistent as possible, and always cited properly. >...

bug
a11y

Currently, Forms uses the form ID as a state key. Example: https://github.com/infinum/eightshift-forms/blob/main/src/Blocks/components/form/assets/state-init.js#L923 If you put more than one instance of the same form on the page, all instances below the...

bug
javascript

I think we should add support for cache busting Eightshift Forms assets. Given they're used as prebuilt on any project using Forms, this should be done in the Forms webpack...

feature request

# Description Using profiling we've gathered that we spend _a lot_ of time in `Autowiring::buildServiceClasses`. In particular, we spent 14% of the whole page generation time just running the method...

improvement

# Description Currently, if you want to load a `ServiceInterface`-implementing class in the WP-CLI context, such as a class inheriting from `AbstractPostType` or `AbstractTaxonomy`, you're out of luck. And you...

improvement
wpcli