Uriah Galang

Results 33 issues of Uriah Galang

I've tried to override the bad_request_handler Implement bad_request_handler ``` pub mod login { use tracing::info; use super::*; #[derive(ApiResponse)] pub enum Response { #[oai(status = 200)] Ok(CustomMessage), } #[derive(ApiResponse)] #[oai(bad_request_handler =...

bug

This is the link to the project: [Tauri Leptos SSR](https://github.com/codeitlikemiley/tauri-leptos-ssr) - [x] **I have read the [contributing guidelines](https://github.com/tauri-apps/awesome-tauri/blob/dev/.github/contributing.md).** - [x] Use the following format: `[Title](link) - Description.` - [x] Add...

I tried installing it with cargo using command ``` cargo install create-tauri-app ``` i run the command ``` cargo create-tauri-app ``` i got this result ``` zsh: bus error cargo...