Peter Fox

Results 13 issues of Peter Fox

On the [instantiate page](http://dynastyjs.com/getting-started/instantiate.html) it provides the example: ```javascript var dynasty = require('dynasty')(credentials, 'localhost:8000'); ``` But it should actually be: ```javascript var dynasty = require('dynasty')(credentials, 'http://localhost:8000'); ```

If using the following code where the primary ID isn't available using the getRoles method fails by bringing back an empty collection because the model's ID isn't loaded ``` /**...

I tried to extend my Javascript block on a page I use with spress but can't use parent() in that block because it throws an error. Calling "parent" on a...

Enhancement

https://medium.com/@SlyFireFox/laravel-innovations-making-your-own-webhook-mechanism-through-notifications-96e75e99a2b1

Adds the Feature Flags for Laravel package by YLS Ideas to the utilities section.

Dropped the old feature flag package listed as it's from 7 years ago and added the YLS Ideas feature flag package as an alternative.

**Describe the bug** When trying to update a page, it fails with a client exception due to the incorrect JSON format sent to Notion. **To Reproduce** The following code: ```php...

Currently, if you try to set up a test with a static closure the test fails but the description is somewhat vague and points to a Laravel class for some...

Still a work in progress but would love some early feedback. # Changes * deprecates two older rules for the new type declaration sets. * sets up a dir for...

enhancement

When running the following command I get the following problem. I'm not sure if it's because the output from the `composer updated` command is just too big or because it's...