Miles Murgaw

Results 72 comments of Miles Murgaw

I'm trying this out on Linux Mint `rustc 1.85.1` and am encountering a few issues: - Had to comment out tests at the end of `packages/subsecond/subsecond-cli-support/src/wasm.rs` since I don't have...

Does this still occur on 0.6.2? I have gotten my bundling to work. I'm wondering if this issue is maybe the asset naming/location or something with Windows' paths.

This has already been fixed in #73 and will be fixed in the next release. We're changing everything to use runtime errors instead of compilation errors.

It turns out that I had thought I redid geolocation in the reorganization PR, but I missed it entirely. Will get this fixed soon.

@Jordan-Hall Yes, I believe the 0.8 Dioxus release will focus a ton on SDK, including native APIs.

I was able to get a file dialog to show and work correctly after installing `zenity`. For Debian-based: `sudo apt install zenity`

We've thought about this lately and my own thoughts are that we need to expose the files themselves (`AndroidManifest.xml` & `Info.plist`), but I would also like a way to merge...

The version conflict error - that's caused by the wasm-bindgen our CLI installs? If so, that needs fixed asap. Our CLI (v0.6.1) should install the wasm-bindgen version that Cargo reports...

@FragrantArmpit > I think tabs are a bad idea... I've heard similar from a couple of other people. I don't plan to change this behavior in this PR but I...

@Andrew15-5 Thanks for the report about the overflow issue with arrow keys. I am looking into that now. The other issue with the build messages is that it is building...