Jesper Noordsij

Results 56 comments of Jesper Noordsij

> Hey @jnoordsij I 100% agree with this change, but not sure we can consider it non-breaking as like you said, someone could be doing: > > ``` > $response...

Note: with the first Kubernetes 1.25 beta coming up next week and the release scheduled for 23rd August, it would perhaps be nice to have this before then (see https://www.kubernetes.dev/resources/release/)....

Update: Kubernetes 1.25 [has been released](https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release/) and this MR is now required for full compatibility.

I still seem to run into this bug on the latest version, any updates on this issue?

The case mentioned at the start of the issue probably still is displaying an empty diff. I don't have a local setup atm I can use to verify this, as...

Ah I think I understand it now (see https://medium.com/@kcatstack/understand-helm-upgrade-flags-reset-values-reuse-values-6e58ac8f127e and in particular also the comments!): - if one specifies `--reuse-values`, Helm uses the values provided in the latest deployment and...

> Changelog > _Sourced from [stylelint-config-recommended's changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md)._ > > > ## 9.0.0 > > > > * Removed: `stylelint` less than `14.10.0` from peer dependencies. > > * Added: `annotation-no-unknown`...

Any update on this? PHP 8.2 now has a first RC and is scheduled for release on November 24, 2022.

I found similar problems in my setup (see #1324). For this purpose, I made a MWE that might be useful: https://github.com/jnoordsij/laravel/tree/larastan-mwe.

> @rovansteen @jnoordsij Can you try the latest `master` branch and see if it fixes your issues? My usecase and the MWE I listed above still seem to be failing...