EGOIST

Results 315 issues of 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/ ![image](https://github.com/user-attachments/assets/8e4ddd2a-4e18-46dc-a039-ce410b7a9d7a)

enhancement

## 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); });...

bug
status: upstream
plugin: shell

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

bug
plugin: http

### 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...

enhancement