Daryl

Results 15 issues of Daryl

Had a working machine with Parallels 17.1.1(51537) and Vagrant 2.2.18 on MacBook Pro M1, Monterey 12.1. Updated to Vagrant 2.2.19, and now `vagrant up` has : ``` ==> default: Waiting...

The VSCode Xdebug configuration needs to match the PHP-FPM path map, not the host path map.

e.g. `php -v` Add to end of output

Enhancement
UX-related
Verified

## Version - Carbon Fields: 3.1.20 - WordPress: 5.5.1 - PHP: 7.4.3 ## Expected Behavior I expect the `internal_item` field to display when `target_type` is set to Internal and `external_url`...

[type] bug

## Version - Carbon Fields: 3.1.20 - WordPress: 5.5.1 - PHP: 7.4.3 ## Expected Behavior I expect to be able to set individual `Target Type` radio field options for each...

[type] bug

@mikeschinkel I have a use case where I want to add the same callback to multiple actions. Currently I have to add three callback methods that all point to yet...

enhancement
wontfix

https://github.com/wplib/wplib/blob/master/includes/class-item-base.php#L174 Why is this line checking for a `WP_Error` object? After inspecting the related methods, neither `Wplib::do_the_methods()` or `Wplib_Base::__call()` actually return a `WP_Error` object. In the actual case of the...