Results 11 issues of Илья

You can donate me using my - [Paypal](https://www.paypal.com/myaccount/transfer) (my email: `[email protected]`) - **Bitcoin: 1EC85V7zDbuD9eC2qCstmtXqYV1QSJ9nsc** - **IBAN: IE66CITI99005170075763** At the moment, I'm not ready to spend a lot of time for...

Does it really work on the client side too? Judging by the code, `serverMiddleware` is used. Therefore, when switching pages in SPA mode, it should not work.

enhancement

Vue router uses [path-to-regexp](https://github.com/pillarjs/path-to-regexp/tree/v1.7.0). Example proposal for this package: ``` js { from: '/library/:category/:book', to: '/new-library/:book' } ``` It’s convenient when you can use this kind of parameters in URLs.

Check whether there is an error if the style of the code is not correct or an error in the code.

### What problem does this feature solve? It will not be necessary to use `$sentry.captureException(error)` to catch an error everywhere as described [here](https://github.com/nuxt-community/sentry-module#usage-in-asyncdata), each error will be logged itself if...

bug

Also i fix issue for default type. > // Object with a default value > propE: { > type: Object, > // Object or array defaults must be returned from...

### Is your feature request related to a problem? I want to use other chromium browser (nstchrome), connecting over CDP: ``` const browser = await playwright.chromium.connectOverCDP( getCDP_URL() ); const newContext...

idea 💡
needs triaging ⏳

This solves the problem with API 404 response. If you put the following code in `routes/api.php` it does not work: ```php Route::fallback(function() { return response()->json(['message' => 'Not Found!'], 404); });...

Looks like you don’t need this option, because you have no option `browser` in your package.json. > Some package.json files have a `browser` field which specifies alternative files to load...