webapp.rs
webapp.rs copied to clipboard
A web application completely written in Rust. π
Bumps [yew](https://github.com/yewstack/yew) from 0.17.4 to 0.19.3. Release notes Sourced from yew's releases. yew-v0.19.3 Changelog π Fixes Attempt to fix recursion on display. [@βmibes, #2149] Fix default passive option. [@βmc1098, #2111]...
Bumps [actix](https://github.com/actix/actix) from 0.10.0 to 0.12.0. Release notes Sourced from actix's releases. actix: v0.11.0-beta.3 Added Added fut::{ActorFutureExt, ActorStreamExt} traits for extension method for ActorFuture and ActorStream trait. This is aiming...
``` $ make all --trace Makefile:43: target 'build-backend' does not exist cargo build --release -p webapp-backend Finished release [optimized] target(s) in 0.06s Makefile:49: target 'build-frontend' does not exist cd frontend...
First, I read your Medium articles and they are amazing! Thanks for sharing this! I have issues with showing something in the browser after running your application. Just something that...
``` git clone [email protected]:saschagrunert/webapp.rs.git cd webapp.rs make all ``` on Mac OS X gives: ``` = note: ld: library not found for -lpq clang: error: linker command failed with exit...
I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated. Note that this is on Debian, which...
Bumps [actix](https://github.com/actix/actix) from 0.10.0 to 0.11.1. Release notes Sourced from actix's releases. actix: v0.11.0-beta.3 Added Added fut::{ActorFutureExt, ActorStreamExt} traits for extension method for ActorFuture and ActorStream trait. This is aiming...
Bumps [trust-dns-proto](https://github.com/bluejekyll/trust-dns) from 0.19.6 to 0.19.7. Release notes Sourced from trust-dns-proto's releases. Make backtrace optional (back port from 0.20) 0.19.7 Changed make backtrace an optional dependency, backported from 0.20 (@jmagnuson)...
The build works just fine on ubuntu but I'm receiving this elusive rust error on 'sudo docker run' ``` Error: Os { code: 2, kind: NotFound, message: "No such file...
I'm running into an error trying to deploy this app on Windows: ``` C:\Users\allen\Projects\webapp.rs>make deploy Compiling webapp v0.3.0 (file:///C:/Users/allen/Projects/webapp.rs) Finished release [optimized] target(s) in 7.14s Garbage collecting "app.wasm"... Processing "app.wasm"......