wktdev
wktdev
In the instruction there is the following sentence. "Then add the Smelte Rollup plugin (after svelte but before css)." There is no detailed instructions as to what file this is...
In the instructions it says: **Then you need to add Smelte Rollup plugin (Webpack is on its way).** I don't know where I am suppose to place the code. The...
Edited (sorry for the confusion). The title of this query is wrong. I tried to use your library with react-create-app and the method "load" is simply not found. It does...
I am learning about thr NLP/LLM/AI domain and I have a small app I want to attempt to complete as a learning exercise. I simply want to know if nlp.js...
I want to convert this: ` const blob = await exportDB(db, { prettyJson: true });` To readable json. Instead I get: `Blob {size: 5646, type: "text/json"}` Thank you.
I am building an app that lets users input data and store that data offline in IndexedDB via Dexie.js. When the users authenticates, I want the data that they've entered...
**Describe the bug** I tried to import using NPM and got an error. I deleted the p5 packages and installed pnpm. When I run my svelte app I get the...
In the documentation it says: > With both a start date and an end date set, you can generate all dates within that range that match the pattern (including the...
I downloaded this from Prag Prog and get errors just trying to compile and run it. `warning: use Mix.Config is deprecated. Use the Config module instead config/config.exs:11 warning: use Mix.Config...