EGOIST
EGOIST
### Describe the solution you'd like Jetbrain's DataGrip just added the ability for text-to-SQL, would be awesome to have this in Dataflare too https://www.jetbrains.com/datagrip/whatsnew/ 
## Motivation and Context Add example MCP client: ChatWise https://chatwise.app ## How Has This Been Tested? ## Breaking Changes ## Types of changes - [ ] Bug fix (non-breaking change...
- os: mac 15 - bun: 1.2.8 - tauri: latest The app code: ```ts const cmd = Command.create("bun", ["foo.ts"], { encoding: "utf8", }); cmd.stdout.on("data", (data) => { console.log("stdout", data); });...
Once `fetch_read_body` is fired, aborting the fetch will stop working https://github.com/tauri-apps/tauri-plugin-http/blob/918e02820d7963030993e902f808ccc7995bd509/guest-js/index.ts#L256
### Clear and concise description of the problem use the version field in Cargo.toml ### Suggested solution similar to how package.json is done ### Alternative _No response_ ### Additional context...