ismael garcia
ismael garcia
I got a small test working locally with Nuxt and vue 3 ```vue /** * * Component Description:Desc * * @author Reflect-Media * @version 0.0.1 * * @todo [ ]...
Yeah, that make sense, but in the documentation as well is this disclaimer > Local Data Only Reactive data functionality is only available with local data arrays set on the...
Make sure that the response type from the issuer is correct Example I have one keycloak service that is returning `response_type: "code",` but i set it to `response_type: "id_token token",`...
Is the back end service in the right port ? 8080 - Can you pull and try it again Another question is related to are you using the local development...
I update the docker container now so not docker compose up and should be done
That will be probably something that i can work on later on
I was looking to implement it with the transformer js https://huggingface.co/spaces/Xenova/whisper-web
The FormKitSchema component is globally available in Nuxt and ready to use like the FormKit component when autoImport: false.