Christian Widlund

Results 38 comments of Christian Widlund

+1 testing really should be a opt-out.

@aaemnnosttv maybe you could make an example project of this instead ? let's say wp-phpunit/example-bedrock-project ?

@buchkovsky could you open a PR so maybe @yassilah or @alberto-bottarini can take a look at it.

> @buchkovsky Latest Nova version upgrade (4.17.1) seems to break your fork: `[2022-10-31 11:56:23] local.ERROR: Method App\Nova\BookCharacter::removeNonUpdateFields() does not exist {"userId":1,"exception":"[object] (ReflectionException(code: 0): Method App\\Nova\\BookCharacter::removeNonUpdateFields() does not exist at /home/jon/PhpstormProjects/laravel-scholieren/vendor/handleglobal/nova-nested-form/src/NestedFormSchema.php:198)`...

https://github.com/handleglobal/laravel-nova-nested-form/pull/5

soo we cant change Laravel. :) what to do ? ignore the rule in config?

+1 on this same for renovate. not sure about the parsing tho. however github supports html. **example urls** * https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=wordpress-seo * https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=contact-form-7 * https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=redirection ```js fetch("https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=redirection") .then(response => response.json()) .then(data...

> +1 on this same for renovate. not sure about the parsing tho. however github supports html. > > **example urls** > > * https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=wordpress-seo > * https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=contact-form-7 > *...

hmm maybe its better if renovate and dependabot fix this instead. * https://github.com/renovatebot/renovate/discussions/24072 * https://github.com/renovatebot/renovate/issues/24105