ganluo960214

Results 7 comments of ganluo960214

first swipe to right, then hot restart. you still can hearing video's audio.

@kflansburg try to sleep in spawn_local but now work. ``` #[event(start)] pub fn start() { spawn_local(async { loop { sleep(1000).await; console_log!("{}",Utc::now()) } }); } ``` ```log 2025-03-15 06:50:41.672 UTC 2025-03-15...

`interim solution` [package.metadata.wasm-pack.profile.release] wasm-opt = false

@victornguen i also want this feature. i using Endpoint.connect_with_connector. but got error can't resolve. ``` async fn connect(endpoint: Endpoint) -> Result { let channel = endpoint.connect().await?; Ok(channel) // get the...

R2 error response does not contain the CF-R2-Error header.; response.statusCode = 500 JsError( "Error: Error: put: Unspecified error (0) - Cause: Error: put: Unspecified error (0)", ) [wrangler:info] POST /admin_api/upload/r2...