Jonathan Kelley

Results 175 comments of Jonathan Kelley

We don't have a static_gen function yet but I could imagine it would pull from environment variables or stdin or IPC and be commanded by the CLI to generate each...

Is there a way to just remove the "reload" button from the context menu?

Dioxus is built off much of the same bones of Dodrio and supports a low-level node creation API in the same way dodrio did. http://github.com/dioxusLabs/dioxus Both Dodrio and Dioxus are...

As far as I know, `dioxus fmt` is the only project to provide macro formatting. https://github.com/DioxusLabs/dioxus/tree/master/packages/autofmt It would be great to allow `dioxus fmt` to hook into `cargo fmt` somehow.

We should switch to cbor or bincode which are binary encoding formats that support more serde features

Just bumping this - Rust binds very well into other languages and could be used to support nodejs, python, elixir, ruby, go, and more. It might be a good idea...

> I tested this PR, and it does resolve the infinite copy. But I now get this error [tauri-apps/tauri#8929](https://github.com/tauri-apps/tauri/issues/8929) when building the appimage and I need to manually delete the...

Implemented in #2779 Works for all platforms, but android simulator is a little shaky right now

We eventually want to merge liveview into fullstack, but this particular issues feels much closer to #1988 than that.

I'm not normalizing path names so that's still a useful change. If this is something we can backport then I'd still like to accept this PR so we can get...