-
### Expected behavior
It would be cool to send mails with **bold**, _italics_, _underlined_ and ~~crossed~~ words, lists, etc. Maybe using MarkDown or a button that showed a "formating bar" (maybe at…
-
Goal: Create a new widget area/implement a plugin for simplified related links within the body of an article/post.
Examples of styles:
- Apple news recirculation links as an example
- Washington …
-
### Describe the project you are working on
I have a project with 600Mb of images encoded in JPG. At the same quality, webp saves some space, but not much. I tested encoding into avif and the entir…
-
A suggestion by @costdev has been made to add support for PHP Code Sniffing to enforce coding standards. We will need to set some or adopt the defaults.
Project link: https://github.com/PHPCSStand…
-
I [opened this issue in the wrong repo](https://github.com/whatwg/meta/issues/240) initially, so summarizing that conversation here:
## The problem
The CSSWG recently added a feature to CSS call…
-
```c
for (uint32_t j = 0; j < 8; j++) {
int32_t in=*activations_idx++;
int32_t tmpsum = (weightChunk & 0x80000000) ? -in : in;
sum += tmpsum; …
-
**Is your feature request related to a problem? Please describe.**
When Classic Commerce is used on WordPress 5.5+ the product type dropdown is missing. This is a known issue and was fixed in WooComm…
-
Micronova Internal site Revamp
-
We [plan](https://github.com/simplepie/simplepie/issues/731) to make SimplePie’s HTTP fetcher component replaceable with implementations of the [PSR-18](https://www.php-fig.org/psr/psr-18/) contract. …
-
### Quick summary
The Checkbox toggle color is being overridden somewhere and leaked into the wider application. This has been reported a few times but I was finally able to narrow down a reproductio…