Carlos Rodrigues
Carlos Rodrigues
**Please describe what the rule should do:** **What category should the rule belong to?** [ ] Enforces code style (layout) [x] Warns about a potential error (problem) [ ] Suggests...
The `.run()` promise will never be resolved if `exit` is called. This PR will reject the `run` promise if is running: ```ts const longRun = ffmpeg.run([/*args*/]) setTimeout(()=> { ffmpeg.exit() },...
Release of v1 stable.
If the initial state is { [key]: undefined }, it's committed to localStorage as "{}". If you don't mutate it, and reload, the reactivity breaks. You can't assign to deep...
`useWorkerFunction` should allow importing external functions to be used inside of it.
In v3 `v-on` was merged with `props`, for that to happen props started with `on*` are treated as events ```html h(Comp, { onMyEvent: [ _cache[0] || (_cache[0] = $event =>...
**What**: Vue3 branch is not fully vue3 compatible, this should make it compatible, but I use case is limited, seems to be working more similar to the vue2 version **Why**:...
When you add a new key It will add on the others locales with the same key and an empty string value, this behavior is good for development, but production...
fixes #6420 > I haven't tested this on an actual repo. When we use `defineProps` it will create a type `{ a?: string }` which is not correct for the...
