Nam Se Hyun
Nam Se Hyun
I was playing sound using cpal wasapi in release mode, and I found that the buffer length of the data callback was different from the actual expected sample rate. The...
running with brotlic makes error `error: linking with `cc` failed: exit status: 1` when I run it. version of cc is ``` cc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 Copyright (C) 2021 Free...
``` {"timestamp":1713859591,"level":"INFO","function":"log_server_request","line":2741,"message":"request","remote_addr":"","remote_port":-1,"status":404,"method":"GET","path":"/health","params":{}} ```
I found that some codes change i32 to usize without any overflow protection, like https://github.com/chinedufn/psd/blob/5276ab762addfc6eeb711cbb35cbb7c12a472a2d/src/sections/layer_and_mask_information_section/layer.rs#L436 I am facing the overflow error on my product.
I successfully built rust-skia on `wasm32-wasip1-threads` target and ran in the browser (Chrome). The renderer used was webgl2, and GL in rust-skia. I had to create the glue code myself,...
I want to return the result of archived_root outside. However, since archived_root receives &[], it doesn't seem to have a sufficient lifetime to be returned outside. If bytes is in...
Building for `wasm32-wasip1-threads` target failed, the error message is below. ``` --shared-memory is disallowed by 0343851c9008f270-sqlite3.o because it was not compiled with 'atomics' or 'bulk-memory' features ``` How can I...
I'd like to use `BlendMode` but it doesn't exposed to user. would you make it public?
rust 1.78.0, target: wasm32-wasip1-threads using std::fs::File::open, I tried open '/cache/__system__/font/Ko/NotoSansKR-Bold.woff2' which is not exists actually, and I got error, ``` [WASI stderr] called `Result::unwrap()` on an `Err` value: Custom {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I use `cdk.aws_lambda.Code.fromDockerBuild` to create code for lambda, it makes...