Kieron Wiltshire

Results 22 issues of Kieron Wiltshire

https://github.com/KieronWiltshire/betfairjs If you could somehow merge the two projects together that'd be awesome! All credit is due to you, if I have not given credit the way you'd like then...

I believe that the only reason Octane doesn't work with this is due to the way how request injection works through the service provider. See https://laravel.com/docs/8.x/octane#request-injection Basically... the current code...

The whitelist feature is great, however my function need to be able to return a Promise, something like the example below :/ ``` JavaScript whitelist: function(request) { return new Promise(function(resolve,...

## Feature Description ### The Problem When using TypeORM with frameworks like NestJS or just in general, you have to specify the full path for migration files. This can be...

new feature
requires triage

Would you accept a pull request of something like this package? https://github.com/gpslab/base64uid

Is there anyway to get this working with websockets?

This proposal is an attempt to currently improve the current ban service so that it may be extended further. - The current service assumes that there is only one ban...

status: input wanted
api: 8 (u)

I'd like to propose some changes to the `PreventRequestsDuringMaintenance` middleware. Specifically the lines highlighted below... https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php#L60-L76 Extending this middleware in the Laravel application itself through `CheckForMaintenanceMode` isn't very flexible in...

Here at Concept Gaming, we're implementing GraphQL. The setup makes things difficult to work with as GraphQL only exposes data through the use of a single route, this requires us...