Kael

Results 390 comments of Kael

```diff - sex: (record) => { + sex: ({ record }) => {

> if it is impossible to achieve a form similar to v-model:xxx Typescript didn't support this until ts 4.2. Vue 3.2 now requires typescript 4.1 so I don't think it's...

This isn't a bug, only sass is being loaded from src. The bundle analyzer will show different results depending on if mini-extract-css-plugin is used.

Would it be possible to specify a filesystem instead of a mount? For example `--scope /dev/mmcblk1p1` so I can ignore writes captured by folder2ram.

In my case I was using it to find out what's writing to my pi's SD card (ext4) constantly. Some writes are already intercepted by https://github.com/bobafetthotmail/folder2ram so don't make it...

Related: #15951 Nuxt uses suspense which is really annoying to intercept from inside.

I applied this with [`patch-package`](https://npmjs.com/package/patch-package), now 500 assets are cached in 3 seconds instead of 4.5 minutes. ```diff diff --git a/node_modules/workbox-precaching/PrecacheController.js b/node_modules/workbox-precaching/PrecacheController.js index e00975e..7380049 100644 --- a/node_modules/workbox-precaching/PrecacheController.js +++ b/node_modules/workbox-precaching/PrecacheController.js @@...

> requires Typescript 5.3 Not currently supported by eslint.

It was removed because the v-layout name is used for something else now, could be brought back with a warning now to enable it in v3 projects though.