Ralph Schindler

Results 6 issues of Ralph Schindler

https://github.com/alexeymezenin/laravel-best-practices#single-responsibility-principle That example, while probably contrived, as the first example in the document seems to signal to the reader that calling `auth()` inside a model (they are model methods after...

Make nova-select-plus work with form-abandonment - check dropdown that pre-populate - ensure removing elements triggers "field-changed" event

Hi @JedWatson, Looking through the code, I notice it doesn't currently support images and links. Do you have plans to support that, and/or, could you describe what might be a...

This is more of a DX problem. By the time I went to install openai, I had already renamed my `.env` to `.env.local`, additionally `.env.example` is already gone too. Both...

On: https://getcomposer.org/doc/articles/authentication-for-private-packages.md#manual-inline-http-basic The suggestion to use `username:password` does not work when `composer install` is initially run via a non-interactive console. Moving the credentials to the composer.json's `config.http-basic..{username,password}` keys fixes the...