Greg Bowler

Results 101 issues of Greg Bowler

I use array_filter on an array of bindable objects to remove ones that are not needed, and then because there is no index 0, the bind operation fails.

bug
enhancement

This is something that seems currently unimplemented. If there is a bunch of radio buttons, and a known value, how to bind the corresponding radio's checked attribute?

This might feel like a step backwards, but as I'd like to keep the barrier to entry as low as possible to new developers, and a tiny percentage of Wordpress...

enhancement

A default routing setting in WebEngine is to use the _header.html and _footer.html files to build up the common page parts, but this should be disabled automatically if partials are...

enhancement

It would be really useful to be able to link data structures to root nodes of the DOM in some way that can cache the contents of the node depending...

enhancement
question

A common data structure is an iterable collection of key-value-pairs. ```php $data = [ [ "ID" => 55, "Forename" => "Carlos", "Surname" => "Sainz", "Country" => "Spain", ], [ "ID"...

I just spent the best part of 30 minutes debugging why my partial wasn't expanding, and it turns out it was because I was using `extend: partialName` rather than `extend=partialName`....

Implement status badge for code quality and coverage in the action, so scrutinizer can be dropped.

enhancement

This functionality has been missed because I seem to have an allergic reaction to YAML. User [MarcinOrlowski kindly recommended](https://github.com/php-actions/phpstan/issues/10#issuecomment-1038940197) a more intuitive syntax to use for the path argument: >...