Arturexe

Results 13 issues of Arturexe

Awesome workflow! Would love to see the last 10 or so default chrome history entries displayed after `ch` is typed. Would be really handy in some situations.

### What problem are you facing? I need to add styles to an image. ### What’s the solution you would like to see? `editor.commands.setStyle('ProseMirror-selectednode', { 'margin-inline': 'auto 0' })` This...

feature request

### What problem are you facing? To ensure that clients do not overload the editor with huge images (25MB+ per image) image compression has to be done before upload. It...

feature request

### Versions: "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", ### Steps to reproduce: I am transforming a nested `props` object into a `form`: ``` const props = defineProps({ news: Object // {{ id:...

### Versions: "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", ### Describe the problem: I'm sending a `form.post` request from a `contact` component to the `backend` but for whatever reason `inertia` upon success redirects...

### Versions: - `@inertiajs/inertia` version: ^0.11.0 - `@inertiajs/inertia-vue3` version: ^0.6.0 ### Describe the problem: When I use `` to navigate to a new vue component, which happens to be assigned...

### Versions: "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", ### Steps to reproduce: When I sort my `model` with `sortBy`/`sortByDesc` to send it to the frontend: $events = Events::all()->sortByDesc('date'); \Log::info($events); return inertia('events', compact('events'));...

I've followed the steps in [inertiajs.com](https://inertiajs.com/) to set up laravel, inertia and svelte but when I spin up a php server, these errors are shown in the browser: ``` Uncaught...

svelte

I've been trying to resolve an error that happens only in production. When I try to `create` a new database entry, following errors are thrown: ``` Mixed Content: The page...

I've spent some time trying to find a workaround for `Inertia.delete()` resulting in a `419 | PAGE EXPIRED` error, which ocurred only in production. I tried `form.delete()` instead and now...