-
### Description
If you inspect the markup of a navigation block with the overlay turned off (makes it easier to reproduce), the `wp-block-navigation` class name is applied twice, once to the outer …
-
I recently spun up a JN site, and specified PHP 8.0. The site itself was configured correctly, but when I went to run commands using WP CLI, I discovered that the version of PHP being used for the com…
JPry updated
2 months ago
-
**Name of the module, theme, or layout**
Zen
**Link to the drupal.org module, theme, or layout**
https://www.drupal.org/project/zen
**Link to the Drupal 7 source code**
https://git.drupalcode…
-
ProxiTok-2.4.9.3/vendor/pablouser1/tikscraper/src/Signer.php on line 15
10.10.10.12:17184 [500]: GET /trending/rss - Uncaught TypeError: Cannot assign null to property TikScraper\Signer::$client of t…
-
Some formatter tools like `black` from Python have no option for printing to the stdout. There should be an option so that those tools can directly write to the file without warnings.
-
### Provide environment information
```bash
OS:
Darwin My-MacBook-Pro.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:33:00 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T6031 arm64
S…
-
Type: Bug
The file is not displayed in the text editor because it is a directory.
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windo…
-
Looks like a great project. I understand composer dependency issues come and go like the wind, but I wanted you to be aware.
$ composer create-project droptica/droopler-project droopler "^8.3.1"
C…
-
### Description
I discovered this one when working on [a pattern](https://github.com/WordPress/twentytwentyfive/pull/390#issuecomment-2371265499) for Twenty Twenty-Five.
When adding images in a patt…
-
Using the php stream wrapper a call like this `is_readable("gs://foo/bar")` will actually attempt to write to the bucket, in our case it fails as it's read only, but its add a $ cost and latency too. …