Mark Lambley

Results 20 issues of Mark Lambley

I know that there's been multiple discussions in multiple places about this. But please bear with me. The following refers to a valid path and file on my Windows 10...

bug

Sorry to hassle you again folks, but I'm running the tests on the project and am coming up against an issue with functions.php line 360. Numerous tests are failing with...

This PR includes the swagger v2 date format for date-typed body parameters. See https://swagger.io/specification/v2/ under the header Data Types. It then goes on to list a number of formats which...

The mhetreramesh/flysystem-backblaze package of which you are a maintainer has failed to update due to invalid data contained in your composer.json. Please address this as soon as possible since the...

https://github.com/gliterd/flysystem-backblaze/blob/42549be7b3e6f372c824896ccd1d901052cb6d8c/src/BackblazeAdapter.php#L130-L133 This could be implemented using copyFile (see https://github.com/gliterd/backblaze-b2/pull/57) and then delete the original file.

``` Client error: `GET https://api.backblazeb2.com/b2api/v1//b2_authorize_account` resulted in a `404 Not Found` response: { \"code\": \"not_found\", \"message\": \"/b2api/v1//b2_authorize_account\", \"status\": 404 } ``` This seems to have only occurred recently. Removing the...

Good day, My composer file looks like the following: ``` { "minimum-stability": "dev", "prefer-stable": true, "require": { "psr/http-message": "1.0", "slim/slim": "^3.8.1", "respect/validation": "^1.1", "rszrama/negotiation-middleware": "dev-master" } } ``` Ideally, my...

Good day, My composer file looks like the following: ``` { "minimum-stability": "dev", "prefer-stable": true, "require": { "psr/http-message": "1.0", "slim/slim": "^3.8.1", "respect/validation": "^1.1", "rszrama/negotiation-middleware": "dev-master" } } ``` When I...