thewh1teagle
thewh1teagle
It will be cool if `Bun` will support cross platform `unzip` for `zip, 7z` etc, and cross platform `wget` or similar which download a file (`Windows` doesn't have `wget` by...
There's a chance that this reproduce happens because windows terminal doesn't handle the input correctly
What's the status of this PR? is it safe to use? I experience decoding issues https://github.com/thewh1teagle/vibe/issues/34
> As the title implies. Introduces `set_segment_callback_safe`. Thanks! I already use it in the project [vibe](https://github.com/thewh1teagle/vibe) and it works great as is (although I created new one lossy to ignore...
Oh I didn't knew about this event, that looks better because we can control the default behavior too. Does tao / tauri already use winit? (Like mentioned there) So we...
I'm also interested in `active` event on macOS. I use [single-instance](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/single-instance) plugin in v2 project, and I keep the app running even when the main window is closed, but when...
@pronebird It's not intended to do that. It's a "focus" event in the app (not on windows). It's useful if you click the icon when the app isn't in focus,...
Thanks, so I tested [shouldHandleReopen](https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen) from https://github.com/tauri-apps/tao/pull/517 and it works great on `macOS 14.4.1 aarch64` It worked when: - User click the app icon in the `dock` (always emit) -...
Looking for this feature too. If you prefer not adding this feature, can you tell why? I'm cerious
@kdewald What's the current status of that feature?