Pham Vu
Pham Vu
Got Segmentation fault error when using libsndfile to read data from audio on Windows, ``` Program received signal SIGSEGV, Segmentation fault. 0x0000000000401c10 in sf_open () ``` **Step to produce:** 1....
What is correct parameter for cross compile for **ARM A55 with WebOS (webos 23)** ? I'm using Intel Ubuntu. I'm have tried with **default** option and with below flags **-mtune=generic...
Hi, I'm facing some errors related to lazy gettext with FastAPI response_model, It seem like lazytext not be evaluated correctly. ` error_message = _("Some error message") @app.get("/multilingual/template", response_class=JSONResponse) async def...