thewh1teagle

Results 206 issues of thewh1teagle

When using [indicatif](https://github.com/console-rs/indicatif) in progress callback it crashes ```rs use std::thread; use std::time::Duration; use indicatif::ProgressBar; fn main() { let pb = ProgressBar::new(100); // setup whisper-rs model // tried with move...

I tried this software on Fresh install of Windows 11 I ran it in the night In the morning I saw that the computer went to sleep The program was...

bug

I created a shiv package on windows for simple web app that uses pywebview library But when I run it the library cannot find the pyd file used for internal...

### Describe the bug Recently we merged [pull/9038](https://github.com/tauri-apps/tauri/pull/9038) to fallback to old postMessage ipc in case of errors in `fetch` when invoking commands. It does fallback to postMessage, and it...

type: bug
status: needs triage

### Describe the bug I use shell plugin in v2 project. I use it to open folder in explorer.exe Second time opening of same folder it focus the explorer.exe window...

type: bug
status: needs triage

Add `PostSharedBufferToScript` from `webview2-rs`, for making `IPC` streaming possible, from `Rust` to webview `JS` directly. Useful in cases when needs to stream a lot of data efficiently, for instance video...

**Describe the bug** Already fixed but we had to revert it, need to find a fix in future https://github.com/tauri-apps/wry/pull/1163 https://github.com/tauri-apps/wry/pull/1156#issuecomment-1933242734 **Steps To Reproduce** Run multiwebview example and try to press...

type: bug

**Describe the bug** On MacOS, arrow keys doesn't work (left / right / down / up) **Steps To Reproduce** ```console git clone https://github.com/tauri-apps/wry cd wry cargo run --example simple ```...

type: bug
platform: macOS

### What version of Bun is running? 1.1.6+e58d67b46 ### What platform is your computer? Windows / macOS ### What steps can reproduce the bug? Create two files: `hello` ```bash #!/bin/bash...

bug

In `macOS`, when building `dmg` with `ad-hoc` signature, and the app depends on Frameworks (dynamic shared libraries, `dylib` files), they won't load and the app will crash with error message...