Greg Bowler

Results 101 issues of Greg Bowler

Oftentimes a `do` function will need to reload the response after it's completed. Rather than forcing this as a default action, it would be nice to mark the function with...

enhancement

Currently the URIs are forced to have trailing slashes. I think this is necessary, but aesthetically I would prefer not to see trailing slashes at the end of URIs. Original...

help wanted
question

https://github.com/PhpGt/WebEngine/blob/f5fa99c127bfc3ae429844333fd6df815276eb5e/src/Middleware/RequestHandler.php#L223 Here is the part where the session is constructed, but I don't like seeing `$_COOKIE` being used when we have a proper `CookieHandler` to play with.

enhancement

Errors such as 404 and 500 should be handled automatically without the developer having to set anything up. Currently, throwing a new `HttpNotFound()` from a `go()` function displays the error...

Needs to be placed at https://www.php.gt/docs/webengine/service-loader/

docs

It would be nice to expose this automatically, so a large upload's progress can be checked using a `fetch` HEAD request. In an HTML form, have a hidden input like...

I think there can be a lot of speed improvements made if the TRs are added to a fragment first, and then the fragment is added to the table.

enhancement