Volodymyr Kolesnykov

Results 19 issues of Volodymyr Kolesnykov

### pnpm version: 4.0.0, 4.0.2, 4.1.7 Last working version: 3.8.1 ### Code to reproduce the issue: ```sh npm init -y pnpm i better-sqlite3 ``` ### Expected behavior: better-sqlite3 is installed...

type: bug

PHP 8.1 [deprecated](https://www.php.net/manual/en/filter.filters.sanitize.php) `FILTER_SANITIZE_STRING`. This PR replaces it with other alternatives. Ref: Automattic/vip-go-mu-plugins#2667

Needs Code Review

Currently, Zephir compiler misses a lot of cases where method caching could save some time. Some of these misses are by design (i.e., when a non-final method is called, the...

question
rfc

```zep namespace Test\Calls; class A { } ``` ```bash $ zephir fullclean; zephir generate --backend=ZendEngine3 Zephir\Parser\ParseException: Syntax error in /home/vladimir/workspace/zephir/test/calls/a.zep on line 3 at Library/CompilerFile.php(595) #0 Library/Compiler.php(258): Zephir\CompilerFile->preCompile(Object(Zephir\Compiler)) #1 Library/Compiler.php(297):...

Bug - Low

## Description Drop WP 5.5 checks in VIP Mail because we don't support WordPress versions older than 5.7 anyway. ## Changelog Description ### Plugin Updated: VIP Mail Drop support for...

[Status] Needs Review
[Type] Maintenance

## Description This PR adds `eslint-config-preact` and fixes the issues found by the linter (mainly `react-hooks/exhaustive-deps`). Also, this PR removes all uses of `dangerouslySetInnerHTML`. ## Changelog Description ### Plugin Updated:...

[Status] Needs Review
[Type] Maintenance

Check the size of the `wp_postmeta` table before attempting to modify the `meta_key` index.

[Type] Enhancement
[Status] Blocked
[Status] Keep

This is an umbrella issue for all PHP 8.1-related bugs. The goal is to make `vip-go-mu-plugins` fully compatible with PHP 8.1. We use the following commands to run the test...

## Description This PR adds support for the `touch()` function to our VIP Filesystem Wrapper. ## Changelog Description ### Plugin Updated: VIP File Service Added support for the `touch()` function...

[Type] Enhancement
[Status] Needs Review

[Status] In Progress