Victor Ribeiro

Results 33 comments of Victor Ribeiro

@jayjupdhig [According to _Can I Use_](https://caniuse.com/speech-recognition), no. It's still not supported on Chromium Edge. PS: Annyang relies on Speech Recognition API in order to work, so you can check the...

The @Kant73 solution for this issue worked perfectly for me.

No update on this?

Any update on this PR?

@naton Since this project doesn't seem to be maintained anymore (last PR merged was Dec 22, 2020), can we all move to your fork?

In Nuxt 3.2.2 I'm receiving this error by just installing `@builder.io/vue`: ![image](https://user-images.githubusercontent.com/8026741/220019106-16ef5652-a62d-4e73-aa64-3c8a63514623.png) Error disapears by uninstalling it.

@samijaber Thanks for the clarification. Could you guys kindly especify in the docs that the `@builder.io/vue` only works for Nuxt 2? ![image](https://user-images.githubusercontent.com/8026741/220430853-a490610c-3d3a-44dc-bb27-b8810a71ba83.png)

Of course: https://www.builder.io/c/docs/quickstart

I could solve this problem easily by changing the "Select End of Line Sequence" option in VS Code from LF to CRFL in the problematic files: ![image](https://user-images.githubusercontent.com/8026741/125112553-b5e42280-e0bd-11eb-983e-68195ce79e82.png)

I don't know if it is related or I should open a new issue, but I want to run the project using HMR via CLI (via Webpack commands), I can't...