Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

Resolved by https://github.com/pyodide/pyodide/pull/5656.

Thanks for the report Antonio. As far as I remember, the `rewrite_asserts` there is used to rewrite the assertion statement which is useful to show the local file name and...

Hi @cpcloud! I opened an issue in https://github.com/duckdb/duckdb-pyodide/issues/7, to request updating the Pyodide toolchain version. Could you take a looks and update the toolchain accordingly?

@joemarshall That sounds very nice! Would you like to share us your work?

@hoodmane do we still need this?

> Or maybe be properly parsed Sounds reasonable to me. Could you open a PR? > It seem also that those kind of errors where reaching/parsing an index fails are...

> this is something that some frontend projects do, but it is unnecessary for backend projects or for libraries like pyodide. But Pyodide can also be used directly from CDN...

Thanks for the report. We use `eval` internally to run the Python code, and the minimal reproducer, which shows the same error in local Python as well, would be ```python...

Actually, I think this is not easy to fix. We cannot distinguish if the `\n` newline character is used inside the string or if it is used for actually separating...

Thanks for the report! We are using WASM exceptions and I think the warning makes sense. We are not responsible for the warning, as it is Emscripten (of LLVM) that...