audioXD
audioXD
A static data option would be great for data that doesn't change per page
After failing to upgrade from 0.29. I realized that the new error type became a lot less descriptive. `Fantoccini` for some reason hides the underlying `wd` (WebDriver) error. I recommend...
# What does this PR do? This PR adds DINOv2 with registers as proposed in [Vision Transformers Need Registers](https://arxiv.org/abs/2309.16588). My aim was to add registers with minimal code changes in...
I would really like it if one could construct a `CudaViewMut` and `CudaViewMut` Like how one does for [std::slice::from_raw_parts](https://doc.rust-lang.org/std/slice/fn.from_raw_parts.html) ```Rust pub unsafe fn from_raw_parts_mut { pub const unsafe fn from_raw_parts(ptr:...
### Describe the feature request Request: Leverage `onnxruntime-web` kernels to create a native WebGPU Execution Provider for **non-web** environments. Story: I am in a unique situation where my device supports...
**Is your feature request related to a problem? Please describe.** In my queries, I frequently use temporary tables because they are highly performant. However, I miss the type checking provided...
**Describe the bug** The current implementation `AsyncTransition::run` is not sound. **Leptos Dependencies** ```toml reactive_graph = "0.2.0-rc2" ``` **To Reproduce** ```Rust #[tokio::test] async fn test_logic() { use std::time::Duration; use or_poisoned::OrPoisoned as...