Davide
Davide
I've not installed any bundler, there should only be a Tauri Bundler for the Rust side of the app (at least that's what I understood reading the documentation).
I've looked for help on the Tauri community and they sent me what should be a list of mime types: https://github.com/tauri-apps/tauri/blob/dev/core/tauri-runtime/src/http/mime_type.rs If yours is not in the list I can...
Apparently there are ways to import the .wasm that do not check for the mime type: https://stackoverflow.com/a/52732108/14065064 If you considered applying that change it would be great.
For queries using `with` I made these simple helper types: ```ts import type { BuildQueryResult, DBQueryConfig, ExtractTablesWithRelations } from 'drizzle-orm'; import * as schema from './path/to/schema'; type Schema = typeof...
I managed to fix it using [vite-plugin-dynamic-import](https://www.npmjs.com/package/vite-plugin-dynamic-import) with this config: ```js // vite.config.js import { defineConfig } from 'vite'; import { resolve } from 'path'; import dynamicImport from 'vite-plugin-dynamic-import'; //...
Just want to express my support for this contribution, as the current typescript generated library does not even work anymore. Me and my team would love to have this PR...
Hello, is there any repo maintainer willing to take the time to look at this PR? It's kind of a big deal for me to have it merged in the...
Hello, any news?
Hi @pnegahdar! It would be really cool to be able to use the editor with other frameworks such as React and Vue. Honestly, I don't have experience with compiling Svelte...
Hi @mithi, I appreciate very much your comment 😄 . I don't think I'll be able to work on this for at least a couple of months, due to my...