Greg Bowler

Results 101 issues of Greg Bowler

When there isn't any need for 'em, don't set 'em.

While v4 has been in development, nearly everything has been thrown into the RequestHandler. Now all functionality is embedded, it's time to refactor the calls to everything into their own...

This is a feature of Symfony that I really like. https://github.com/symfony/symfony/pull/42244

feature

Check the todo markers on https://github.com/PhpGt/WebEngine/security Something to do is create a SECURITY.md to outline how breaches or vulnerabilities are handled.

maintenance

Logic objects, specifically PageLogic, should have an optional function that can connect to a websocket to keep the page updated in real time after the first render.

Makes it really difficult to include things like bootstrap

https://github.com/github/explore Add phpgt as a topic with proper logo, etc.

Need a `CODE_OF_CONDUCT.md` that follows the guidelines here: https://opensource.guide/code-of-conduct/

maintenance

On Logic classes, an `error` function can be called like the `go` and `do` functions, when an error occurs. This can allow the developer to decide how to display the...

enhancement
question

Take a look in [build.default.json](https://github.com/PhpGt/WebEngine/blob/14fb175545b669f49012b2f223c443bddaaccf7a/build.default.json) You can see how `*.es6` files are handled by default in this file: a requirement is declared to node, babel and webpack (currently without any...

enhancement
good first issue
help wanted