ibnu-ja

Results 4 comments of ibnu-ja

+1 not just react, but Vue can benefit from this. UI lib like Vuetify does not support InertiaLink atm maybe there should be a check if prop type is a...

use `optimizeDeps.include` to force `@inertiajs/inertia` & `@inertiajs/inertia-svelte` to be pre-bundled in vite ```js //vite.config.js import { defineConfig } from 'vite'; import { svelte } from '@sveltejs/vite-plugin-svelte'; import laravel from 'laravel-vite-plugin';...

we don't need multiple instances of qbt. Imagine if someone have 50 users, so 50 services each one with one credential? Am I correct? Sorry but no

Danbooru use user agent to identify request. It will block the bot when using default user agent[[1]](https://danbooru.donmai.us/forum_topics/23680)[[2]](https://danbooru.donmai.us/forum_topics/23800)[[3]](https://danbooru.donmai.us/forum_topics/25427) Honestly I don't know about other website that blocks a certain user agent...