You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dx serve --platform desktop
# through brew
brew install cargo-binstall
# or from source
cargo install cargo-binstall
cargo binstall dioxus-cli
cargo install
Even a simple example like following is also failing:
let db = Builder::new_remote_replica(path, url, token).build().await.unwrap();let conn = db.connect().unwrap();// Create table if it doesn't existlet create_table = conn.execute("CREATE TABLE IF NOT EXISTS users ( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, email TEXT NOT NULL UNIQUE )",(),).await.unwrap();println!("Created table: {}", create_table);
Increasing the stack size to 800MB also did not work:
A user is trying to make ER on Windows but unfortunately it stack overflows. This is possibly related to the bugs: #1349 and #1051
Full reproducer is here: https://github.com/kunjee17/dx_todo
Even a simple example like following is also failing:
Increasing the stack size to 800MB also did not work:
Here are the logs:
The text was updated successfully, but these errors were encountered: