Evan Almloff

Results 533 comments of Evan Almloff

Having a few real world example demos built up to show what you can build with Blitz and screenshots of them in the readme would be a great addition! It...

I think a lot of this could be split out into separate discussions/issues. A lot of this will probably change as we develop the project more, but here are some...

> Is blitz a renderer or a UI framework? Because things like accessibility (using accesskit) and layout (using taffy) are typically handled at the framework level and not by a...

> 1. Does this refer only to occurrences of fn app( ) ? > 2. Should the updation be limited to code examples used in the getting started part only?...

This definitely seems like a bug. It is failing to load the dioxus config here: https://github.com/DioxusLabs/cli/blob/master/src/main.rs. I think that should be changed to either allow failing to load the config...

All of the non-cli specific hot reloading code has now been pulled out into the rsx package [here](https://github.com/DioxusLabs/dioxus/tree/master/packages/rsx/src/hot_reload) which should make it easier for other tools to integrate with other...

Dioxus desktop, tui, and liveview now support hot reloading with the hot_reload macro, and more utilities for adding hot reloading to renderers and dev applications were pulled out into the...

Tooshel tried bundling on MacOS and got an error: ![image](https://user-images.githubusercontent.com/66571940/225440444-3a392fe6-7659-4746-a391-b13ed45a7d22.png) I don't have access to a macOS device to debug the underlying issue here

MacOS is blocked by https://github.com/tauri-apps/tauri/issues/3055

👋 I wrote a implementation of constrained sampling with candle [here](https://github.com/floneum/floneum/blob/main/interfaces/kalosm/examples/constrained-regex.rs) that might be useful as a reference. Here are a few things I found important: - Parsing must be...