I hope this is not a duplicated question... I've been looking for a solution for the whole night. I'm writing a project for the university and they wa ...
I hope this is not a duplicated question... I've been looking for a solution for the whole night. I'm writing a project for the university and they wa ...
I am only getting 735 frequencies of audio data each 0.03 seconds. I am trying to figure how how I can get the frequency spectrum in each frame. The ...
I'm trying to display a basic Tauri app GUI running in a Docker container but connected to the host's X11 server through a unix socket. But I get the ...
I have an app written in tauri (for a standalone app) and rocket (for the web version). The app uses a large(-ish) file that's kept in memory (basica ...
I'm trying to redirect a user from the route they are currently looking at to another route programatically. In my case, I am not in a JSX environment ...
I installed it via: I chose a vanilla JavaScript environment to code it. I run: The result is this error: I am on Mac OS Monterey. I search ...
Is there anyway to change user data folder in edge webview2 in tauri ? I have to change environenment variable WEBVIEW2_USER_DATA_FOLDER before tauri ...
What I'm trying to do: I was using the appWindow from Tauri to access the appWindow.minimize(), appWindow.toggleMaximize(), and appWindow.close() t ...
I'm using the object from a crate, which was not written by me and i have a struct which i would like to use as a global variable, but i get this erro ...
Issue I'm attempting to write a relatively large-scale Tauri Application and divide it into plugins as recommended by the Tauri docs. The only issue ...
Questions I'm new to Rust I'm trying to understand how do you move the handle (closure) of a method into a module (separate file) in order to spl ...
I have a tauri application that is reading and writing for example yaml files for the application configurations in the users machine. Initially I mov ...
I've got 3 commands i am calling from the front end, 2 of them work perfectly, the third does not. The issue lies with the function tournament_search ...
I hope this is not too obscure. I am playing around with Tauri where I want to expose a web based control panel for the app. By going to a url on the ...
I'm building a Tauri app and would like to set up OAuth integration with Google. To do so, I will need a URI for the oauth callback, but Tauri is uncl ...
I need to store a window size and position for multiple windows in tauri. And restore it after open. For example there was opened 3 windows and they h ...
I have a web application currently running in Electron and would like to move it to Wry/Tauri for opening speed. The application uses window.resizeTo ...
To work on learning Rust (in a Tauri project) I am converting a Python 2 program that uses ffmpeg to create a custom video format from a GUI. The vide ...
I am new at tauri and I have faced the issue with getting data from @tauri-apps/api. This is my React code below: This is my tauri.conf.json ...
I'm tring to use hotwatch to monitor folders for backups. If any changes happen, expect to emit an event to frontend to update pages. Then i found t ...