Alisa Sireneva
Alisa Sireneva
I have reduced the PR to just wasm transition, the core:: replacement, and a bunch of clippy allows. Is that sufficient?
Oh, wait, I must have misunderstood you. I assumed you don't want clippy *in CI* but still want it outside CI. That was odd phrasing. Fixed.
I'm wondering if you still wish to merge this?
This seems to be a variation of #959.
It looks to me like tauri-bundler puts the executable into `/usr/bin/` and the assets into `/usr/lib//assets`, while Dioxus assumes that the binary and the assets directory are siblings. Presumably the...
You should be able to set the correct resource directory by hand with [`Config::with_resource_directory`](https://docs.rs/dioxus-desktop/latest/dioxus_desktop/struct.Config.html#method.with_resource_directory).
Ethics aside, no, changing the license does not require confirmation from contributors in this case. Apache 2.0 projects can be embedded in commercial software (with a few simple requirements like...
Just for context, the problem is that Rust's best practices require all safe (even internal) functions to be sound when called with arbitrary arguments. However, a callback that doesn't just...
@wizardforcel This means that ZeroNet couldn't find your site. Is the site listed in both sites.json and users.json? Does its directory contain `content.json` file?
I just stumbled upon this problem and was very confused. Is there any reason why #44 isn't merged?