wooden-worm
wooden-worm
In `arrow2 0.9` there's `page_stream_to_array` function to deserialize `DataPage` into `Array`, which was removed in the latest version of `arrow2`. How would I achieve the same thing as `page_stream_to_array` now?...
I tried to use open telemetry with wasm, but got the runtime error `time not implemented on this platform` I haven't investigated in depth yet, but I think it's because...
In helix the `surround delete` command `md` doesn't respect selections, the action needs another key to specify which character to delete. This breaks the `select -> action` model since I...
Expanding on https://github.com/chinedufn/swift-bridge/pull/198 Let me know if this is heading toward the right direction, I can add more tests later.
My app got rejected from the Mac AppStore with the following message: ``` Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public or deprecated...
**Problem** I'm trying to implement drag & drop on the web, but `ondrop` is not getting called. ``` ondrop: move |event| { debug!("on drop"); }, ondragenter: move |event| { event.stop_propagation();...
I'm trying to use `icrate` on iOS. My goals are simple: showing IAPs and allowing users to purchase them. However, `icrate` with `StoreKit` feature fails to build for iOS due...
This changes `ResponseExt` and `OneDrive::new()` to support wasm32. Also avoids boxing in `ResponseExt`
Command: ``` cargo run --example stable-diffusion --features=metal -- --prompt "a cosmonaut on a horse (hd, realistic, high-def)" --img2img [path_to_img] ``` Stacktrace ``` thread 'main' panicked at /Users/worm/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs:72:9: assertion failed: !ptr.is_null()...
### Problem Trunk is currently hard coded to build for `wasm32-unknown-unknown`, making it hard to work with other wasm targets (`wasm64`, `wasi` targets) ### Solution A simple way to unblock...