bobwatcherx

Results 36 issues of bobwatcherx

**my half code :** ``` import { Application,Router } from "https://deno.land/x/oak/mod.ts"; import { DB } from "https://deno.land/x/sqlite/mod.ts"; import { oakCors } from "https://deno.land/x/cors/mod.ts"; const db = new DB("./datamain.sqlite"); > **error...

how to deploy this code to **deno deploy** ``` import { Application } from "https://deno.land/x/abc/mod.ts"; const app = new Application(); console.log("http://localhost:8080/"); app .get("/hello", (c) => { return "Hello, Abc!"; })...

why the application i build with capacitor js . experiencing fl ![tolol](https://user-images.githubusercontent.com/52072811/170468423-b8536c09-4c36-4c99-9de3-e02b3db39863.gif) fickering in the status bar I've added the statusbar of the capacitor like this : import { StatusBar,...

i want to encrypt localstorage key and value i using encrypt-storage but not work , i reload page , the last state to defaul t again

import { Database } from "https://deno.land/x/[email protected]/mod.ts"; // Open a database export const client = new Database("../tolol.db"); info : deno --version deno 1.23.3 (release, x86_64-unknown-linux-gnu) v8 10.4.132.8 typescript 4.7.4 error message...

work on chrome browser , but not work in real devices can you have solution ?

i have error in web Unhandled Runtime Error ``` AxiosError: Request failed with status code 401 Call Stack AxiosError node_modules/axios/lib/core/AxiosError.js (22:0) createError node_modules/langchain/dist/util/axios-fetch-adapter.js (320:0) settle node_modules/langchain/dist/util/axios-fetch-adapter.js (25:0) fetchAdapter/< node_modules/langchain/dist/util/axios-fetch-adapter.js (175:0)...

I tried realtime voice cloning in colab. and provide sound sample files from my google drive. and at the end of the process. i get an error like this this...

i find file from here https://github.com/coqui-ai/STT-models/releases but i dont see file model.pbmm . and you link in documentation is bad . this link https://github.com/coqui-ai/STT-models/releases