Nolan

Results 25 issues of Nolan

The `useForm` composable for Inertia has no types. This PR adds them.

Using `[email protected]` or `2.14.0` I have some ActiveJobs that include `RailsEventStore::AsyncHandler`. Whenever I try to perform a job with them, they explode. ```txt async_handler_helpers.rb:17:in `block (2 levels) in with': undefined...

We have a setup similar to Sail. We have a `bin/artisan` script that can run the artisan commands, or we can shell into the app container and run them there....

### Version: #### Javascript ``` "node_modules/@inertiajs/core": { "version": "2.0.0-beta.2", "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.0.0-beta.2.tgz", "integrity": "sha512-2fi1YAncmkQAGko+miQanobF5anSO9lBK8i6Fgl0YKDjLQJg7+Sdr/yQIDwJtvFYgOgDbAhIcAawn9usc0/9bQ==", ``` ``` "node_modules/@inertiajs/vue3": { "version": "2.0.0-beta.2", "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-2.0.0-beta.2.tgz", "integrity": "sha512-tnZN+3eB4sMdgVqERy0jjd2JHJgG8SXrCg9Em5ecJ7X8+HaMSHtSjhrkAduzE+TZPX+WvYuntrwYYtP3AjB2Rg==", ``` #### PHP ``` { "name": "inertiajs/inertia-laravel",...

I'm using Inertia with Vue 3. In PHPStorm and the new VSCode plugin it is possible to do Go-to-Definition on the Inertia view name. For example, with: ```php class UserController...