bruce

Results 6 issues of bruce

- how to send large file ? - how to make breakpoint continual transfer?

pre operation: send a message to a user; then visit page: http://phphub5.app/messages it reports: ErrorException in Connection.php line 666: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'messages.deleted_at' in 'where clause'...

How to relaod the data when I change the apiurl. such as i have set the name of the object of Vue that is cvue; then set api_url = "/admin/api/users?filter=B";...

- environment - macos: Monterey 12.4 - rustc 1.64.0 (a55dd71d5 2022-09-19) - steps: - git clone https://github.com/JerzySpendel/flappybird.git - cargo run - problem: ``` warning: `untitled1` (bin "untitled1") generated 61 warnings...

**Problem** It just notices me the following messages when I am modifying the css file of `style { include_str!("../../statics/client_style.css") }`: ``` Connected to hot reloading 🚀 Rebuild needed... shutting down...

bug
needs reproduction

**Problem** **Steps To Reproduce** Steps to reproduce the behavior: ```rust fn main() { launch(client_mod::client_lib::Client); } pub fn Client() -> Element { println!("Client"); spawn(async move { // do some async things...