-
(Follow-up from #1485).
Currently (because of PHP 5.2) lambda/anonymous functions cannot be used in core. However once we move on to requiring a more recent PHP version, this will become possible.
…
-
## Issue Overview
WP Rig components are loaded by an autoloader. If you need to extend a core class, this is not supported. Extending core classes should be supported and documented.
Exemple…
-
## Goal
Generated bundles should be able to provide REST and/or GraphQL APIs. Those are pretty near to CRUD, but may be enhanced and/or customised manually of course.
## Concept
- Behaviour s…
-
The CSS naming convention used in Gutenberg doesn't meet the current WordPress CSS coding standards. Quoting from https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/
> Sim…
-
These two are missing from the codebase. Was it a conscious omission, or am I missing something and the `LOADER->add_filter` and `LOADER->add_hook` can deal with removing actions and filters?
-
Currently, there is exactly one VP class, which takes the pre-made data array for a view package, including its name, and uses that to instantiate the needed classes (F/E/R) and tie them together.
…
-
Type: Bug
I found new and very bad feature in last update.
When I paste code like this:
```
lorem
```
I've got:
```
lorem
```
With extra closing tag after open tag.
Auto closi…
-
If you're a happy member of Laracasts and wouldn't mind offering a moment of your time, I would genuinely appreciate a quick two sentence testimonial for Laracasts.
Quick Note: if you leave a test…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
We've started working on the next major Twig release. As announced last year, this new version will probably land under the Symfony mono-repository.
For the first time in Twig history, I'd like to …