Carlos Rodrigues

Results 33 issues of Carlos Rodrigues
trafficstars

**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...

help wanted
new rule proposition
accepted proposition

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...

bug

`useWorkerFunction` should allow importing external functions to be used inside of it.

enhancement

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 =>...

discussion

**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...

![image](https://user-images.githubusercontent.com/4620458/88385228-dda38300-cda5-11ea-8ee2-e542a9e76111.png)