Markus Podar

Results 406 comments of Markus Podar

If you had not versioned your models prior running the ide-helper or have no other means of back up, then you probably need to undo the changes manually (or come...

I think this was fixed with https://github.com/barryvdh/laravel-ide-helper/pull/1148 but there's no new release yet; can you check with `2.9-dev` if it works for you?

> Previously this problem was skipped as below. Isn't it anymore? Because the code is still there https://github.com/barryvdh/laravel-ide-helper/blob/c5e18beff1a2933913f86d56281581566e5c8705/src/Alias.php#L305

That's expected ? 🤷‍♀️ The benefit is you can get any sense the `addFieldcache` is valid at all, isn't it?

Not that I'm aware of

`whereIn` isn't the only "affected" one, I mean I can see the same with `whereNull` and probably lots of others 🤷‍♀️

If the tenant is dynamically built, how do you decide which one to use for ide-helper (and: I assume we're still talking about a development system and not running this...

wild guess: multiple processes are writing in a non-atomic way to the same file and thus sometimes corrupting it?

> must be an instance of PragmaRX\Google2FALaravel\**void** Seems to me you're using a PHP version which does not support the `void` return type, and thus things it should be a...

I guess this is all deliberate, see https://github.com/antonioribeiro/google2fa-laravel/commit/3b14f1fa2753c7f9bb5abb6504601662d836d104#diff-354f30a63fb0907d4ad57269548329e3 Support for 7.0 was explicitly ~removed~ de-announced, but other technical parts were not updated it seems. I guess it wasn't realized or...