Christopher Skene

Results 10 issues of Christopher Skene

I'm interested in extending the Modern theme to provide a slightly more compact output, but I'm a but stuck as to where to start. Can you provide more detail on...

DX

Brings the branch up to date... - Cleans up templates and reworks to use Twig template inheritance - Updates node and php versions - Converts Commands to implements a common...

This adds new commands for managing a Fleet of projects, which can then be piped into the `multi` command. A Fleet is currently a named key in a file `.platform/fleets.yaml`,...

The NPM build of 4.12.13 appears to be missing, at minimum, 610.bundle.min.worker.js and 888.bundle.min.worker.js. These are part of cornerstone. Am I missing something?

Community: Report :bug:
Bug: Verified :bug:

Having issues with FunctionsFramework::cloudEvent() when running in Cloud Functions (but not locally) as documented at https://cloud.google.com/functions/docs/tutorials/pubsub#preparing_the_application. I'm calling the following: ```php FunctionsFramework::cloudEvent('eventarc-event-name', 'myFunctionName'); function myFunctionName(\CloudEvents\V1\CloudEventInterface $event) ``` This runs locally,...

bug
P2

The documentation listed in this project appears to be slightly of date and out of sync with https://cloud.google.com/healthcare-api/docs/how-tos/dicom-connect-pacs.

We're using Nanodicom as part of our stack and have updated it for PHP 8 and Composer compatibility. If this repository is still maintained we'd be happy to contribute this...

For example ` php artisan make:table BarTable --model=Models\Foo\Bar` creates a class with the following query() method ``` public function query() { return ModelsFooBar::query(); } ``` This is pretty easy to...

Our system uses UUIDs, and the current migrations dont support it. We're left with the choice of running a second migration to fix the first one, or forking the package....

1️⃣ Is this something that is wanted/needed? Did you create a discussion about it first? We use an call to $this->authorize() in every boot method to control access to our...

Bug Fix