Csaba Maulis

Results 10 issues of Csaba Maulis

**Feature description** An indicator when a method is overwriting a parent method or implementing from the abstract/interface would be excellent. **Describe the solution you'd like** For example, a mark in...

### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and...

type: enhancement
priority: low
focus: wc rest api
needs: discussion
plugin: woocommerce

In PHP 8.0 the `array_walk` and the `array_walk_recursive` functions callback signature changed. They does not accept reference for the second (or third) parameter anymore. Unfortunately this fact only documented for...

### Changes - Loosen parent check from `Class_` to `ClassLike` to include `Traits`, `Interfaces`, and `Enums`. - Remove protected nodes, regardless if the class is final or not. - Adjust...

Laravel Zero is a stripped-down version of the full Laravel framework for console-based applications. See: https://laravel-zero.com ## What are the steps to reproduce this issue? 1. Create a Laravel Zero...

enhancement
help wanted

### Bug Description Unresolvable peer dependency because version conlfict between `marked` and `marked-terminal`. The `marked-terminal` 4.1.1 is requests `"^1.0.0 || ^2.0.0"` as peer dependency, while the `marked` requested as `"4.0.10"`...

### Bug Description Same headers are renamed inside the `bundle.rawRequest.headers` , have an unexpected `Http-` prefix, which makes using it hard. Also contrary to the documentation the `bundle.cleanedRequest` only contains...

### Bug Description If in Session Authentication, the test endpoint returns a 401 error, but the authentication endpoint is performing just fine, then there is no error message: This makes...

bug

### Bug Description Stumbled upon the following error during customer support: ``` Unhandled error: TypeError: Only absolute URLs are supported What happened: Starting OPTIONS request to {{bundle.authData.domain}}/::redacted:: Only absolute URLs...

bug

**Description:** Firstly, thank you for the incredible utility provided by WooCommerce Smooth Generator. It’s a fantastic tool for populating stores with realistic test data, and its composer-installable nature adds great...