kandrelczyk

Results 10 issues of kandrelczyk

**Is your feature request related to a problem? Please describe.** I've written a 'weather forecast' type app but I'm getting the data using a `Resource`. The problem is that calling...

feature request

I've just noticed the same issue as described here (https://github.com/thaw-ui/thaw/issues/190) and tracked it down to tailwindcss. In the output.css generated by it we have: ``` /* 1. Make replaced elements...

Hi, I'm getting following errors from the scrollbar component: ``` repo/thaw/thaw/src/scrollbar/mod.rs:160:22: could not set stored value Stack: @http://localhost:1420/twili-recipes-ui-185fc906b025bcf7.js:507:26 twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[console_error_panic_hook::Error::new::he0c5f77003cc61aa]@[wasm code] twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[console_error_panic_hook::hook_impl::h6a0063ad36e0b326]@[wasm code] twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[console_error_panic_hook::hook::hfdf1575546c7f72c]@[wasm code] twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[core::ops::function::Fn::call::h886484cdfff24eff]@[wasm code] twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[std::panicking::rust_panic_with_hook::h3fe0a99cc3d59b9d]@[wasm code] twili_recipes_ui-6eb6c11dcaa98b55.wasm.wasm-function[std::panicking::begin_panic_handler::{{closure}}::hedb4ab624dc824be]@[wasm code]...

Hi, My system freezes on wake up from time to time and what I see in syslog is: ``` 2024-08-06T18:49:01.234844+02:00 c295 kernel: CPU: 1 PID: 1257 Comm: wpa_supplicant Tainted: G...

**Describe the bug** In this example: https://github.com/leptos-rs/leptos/blob/05e08166c449a1008e1fce6a3a078f5dcd245f34/examples/fetch/src/lib.rs the ErrorBoundary is not rendered when `count` param of the `async fn fetch_cats` method is 0. It could be a bug in the...

bug

Hi, Adding toast status change. It's working fine in the demo, hope the code is ok. Also added dismiss all action.

Here are the changes for updater to handle #2277 I'm using the patched __TAURI_BUNDLE_TYPE variable to download the proper installer with fallback as described in #2277. I've added some additional...

This is part of work done in https://github.com/tauri-apps/tauri-docs/pull/3330 While adding `contributing` section to the page I've modified the guide slightly. This is moving the changes to this repo.

This is first PR to address https://github.com/tauri-apps/plugins-workspace/issues/2277 Thanks to this the updater plugin will be able to determine which installer to download. There is a breaking change here requiring updater...

This addresses https://github.com/tauri-apps/tauri/issues/14186 Alternative patch method based on string value change. Since this is now common for all platforms I removed the no longer necessary code. Also clean up error...