Josh Pollock

Results 28 comments of Josh Pollock

I ran into this issue with laravel-zero/framework, version "v8.9.1", PHP 8.0 in Debian (running in Windows 10.) I ran the command again with ---vvv, which showed a permissions issue. I...

I tested the worflow suggested by @ocean90 and that worked out wonderfully for me.

>we'd like the scaffolding tool to always create something workable, to have the best possible UX. Why can't the scaffolding process end by running `npm install && npm run build`....

BTW I'm testing with `get_post_meta( $id, 'number_field', true );` which works as expected if the field has a value, but returns an empty string if not. In #support @shameguy4 reports...

@sc0ttkclark I looked at where this happens. Many of the fields are pick, like the reference to author. This, leads to two options to fix: 1) Set a pick_option for...

I'm putting this on 3.0 milestone as it may be handled by moving to CMB2 for validation, though not sure how that deals with saving via internal API or JSON...