ju1ius

Results 38 issues of ju1ius

The signature was changed as part of https://github.com/php/php-src/pull/11703. The documentation was updated in #2594, but there are issues. First, the new signature is now: ```php public ReflectionProperty::setValue(object|null $object, mixed $value):...

Since AsciiChars are valid UTF-8, we can directly convert an `&AsciiChar` to a `&str`.

Hi! ## Steps to reproduce 1. Open a local HTML file in Chrome, i.e. `file:///path/to/your/file.html` 2. Suspend the tab 3. Verify that restoring the tab doesn't work, neither by clicking...

Hi, The 0.3 version had a very nice feature: only the current & incoming/outgoing slides were rendered. This made it well suited for easily displaying long lists of media-heavy slides...

enhancement

The current implementation of the `dominant_color_rgb_to_hex` function validates the RGB color by: 1. allocating an array of 256 64-bit integers 2. performing three linear scans of the array (one for...

[Type] Enhancement
[Focus] Images
no milestone
[Plugin] Image Placeholders

### Describe the bug Hi, I just installed `llvm-cov-pretty`, and ran it on a project. At first glance the metrics seem to match the `cargo llvm-cov` html report. However in...

bug

Given a wodpress project using composer to manage dependencies. Running `composer require wp-cli/wp-cli-bundle` results in the following dependency tree: composer show --tree wp-cli/wp-cli-bundle ``` wp-cli/wp-cli-bundle v2.10.0 ├──wp-cli/cache-command ^2 │ └──wp-cli/wp-cli...

scope:framework

## Bug Report The wp-cli phar release currently ships with unprefixed composer dependencies. Since most wp-cli commands need to load the wordpress application, this can cause conflicts in case a...

scope:distribution