-
```
Correcting "Issue 406" causes "Issue 215" - a header style issue across all
browsers.. Any ideas for this? I really need to address both issues. Thanks!
What steps will reproduce the problem?
1.…
-
### Preconditions and environment
- Magento version: `2.4.6-p6`
### Steps to reproduce
1. Create a Product in the CMS. Add a SKU (for example `4201503002/size38/bleu fonce`) and assign a s…
-
### Summary
magento/product-community-edition: v2.4.7-p1
This plugin has some issues. The $quote can be null, but this possibility isn't accounted for in the plugin's definition.
### Exampl…
-
## How to reproduce
Make a page in dark mode that uses a long line of code with the `{% highlight %}` syntax.
## What happens?
The long line of code flows off screen, and outside of the body …
-
Currently the non-standard extensions which the editor may optionally implement (documented in README starting with `coded/`) include:
- [ ] HTTP downloader for serve-d to download DCD with UI (jus…
-
```
At one time, the globalmenu panel applet would display the Nautilus desktop
menubar when a window without a GTK compatible menubar was active. Is this
feature ever going to return? (even as an o…
-
```
At one time, the globalmenu panel applet would display the Nautilus desktop
menubar when a window without a GTK compatible menubar was active. Is this
feature ever going to return? (even as an o…
-
### Preconditions and environment
- Magento version 2.4.6-p2
- Anything else that would help a developer reproduce the bug
### Steps to reproduce
1. Create a cart rule with coupon usage an…
-
1. [ggplot2](https://ggplot2.tidyverse.org/)
**Why should I use it?**
> ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot…
-
At present the only way to ask Iterator if a current value is available (moveNext) produces a side effect, i.e. moves the iterator. Referring to current if moveNext() has failed is currently undefined…