Ben Peachey

Results 71 issues of Ben Peachey

As mentioned elsewhere in the issues, we should (eventually) add a `CHANGELOG` file to this repository. In anticipation of this, I have taken the liberty of setting up [release notes](https://github.com/phptal/PHPTAL/releases/)...

documentation
releases

## Introduction The discussion in #38 lead to the idea that it could be beneficial to start working on a v2 of PHPTAL. The scope would be limited to removing...

releases

Several of us have been making an effort to bring together the projects and people who feed sprites into the official [plantuml-stdlib](https://github.com/plantuml/plantuml-stdlib/). We've been doing this under https://github.com/plantuml-stdlib/, with the...

enhancement
help wanted

I thought it might be useful to have a working example for MySQL, in case folks want/need to use a different version from the installed default. I've tried to make...

Whilst helping a colleague to resolve an `554 5.2.0 SendAsDeniedException` error, I noticed that this error is not documented under Troubleshooting (`https://docs.microsoft.com/en-US/exchange/troubleshoot/email-delivery/*`), where other `550` and `554` errors are. There...

writer-input-required

With all of the hard work, changes and improvements over the last year (or two), we have reached a point where we can confidently say that this project has matured...

builds / deploys / releases

Currently, when the application is visited over HTTP, [a 301 redirect response is given](https://github.com/pdsinterop/php-solid-server/blob/main/src/Controller/HttpToHttpsController.php#L22) as per the spec: > **2.1 HTTP Server** > > [..] When both `http` and `https`...

This MR adds support for Solid Link Metadata as proposed in [pdsinterop/solid-link-metadata](https://github.com/pdsinterop/solid-link-metadata/). The functionality itself is provided by the `pdsinterop/solid-crud` and `pdsinterop/flysystem-rdf` packages, hence only a dependency update is needed.

enhancement

This is this repo's version of the issue described in https://github.com/pdsinterop/php-solid-auth/issues/19 **TL;DR:** In order to support PHP8 we need to drop support for PHP 7.3.

Currently _all_ WAC surface tests seem to be broken: ``` Test Suites: 9 failed, 9 total Tests: 83 failed, 83 total Snapshots: 0 total Time: 13.825 s Ran all test...