Greg Pinnington

Results 6 issues of Greg Pinnington

If you follow the quickstart guide then run `devspace build` you are given the message `[info] No images to rebuild. Run with -b to force rebuilding`. Adding the `-b` flag...

kind/enhancement
area/building-images

There doesn't seem to be an easy way to limit the roles / permissions that are available for selection in a BooleanGroup. I've done it my project by extending `RoleBooleanGroup`...

Currently adding `->nullable()` to a `PolymorphicField` does nothing. This will fix it so that if the field is nullable, you have the option to not choose a class, and can...

Not sure if this is in the upstream or not, but quoted strings aren't highlighted correctly: Example: ![image](https://user-images.githubusercontent.com/48593081/70032419-5f3f6a00-15a5-11ea-8bec-4ad323216ffd.png)

Error when using ScheduleWatcher: ``` The option [record_output] does not exist for [PlunkettScott\LaravelOpenTelemetry\Watchers\ScheduleWatcherOptions] ```