Antonio Cuni

Results 220 comments of Antonio Cuni

> What's the best way of automatically starting the download from the browser to local when pandas is done saving to the virtual file system or could this even be...

@nyckmaia note that there is no different between the PyScripy REPL and `` blocks in terms of capabilities: if you can do it inside a ``, you can do it...

> So, what is missing? what is missing is the equivalent of `embind` for Python. You are not just compiling C++ code: with `embind`, you compile C++ code *PLUS* automatically...

> Do you know if is this possible to do using Pyodide? Like the boost-cpp example above? It might be possible if you build your module together with pyodide, as...

Thank you @FabioRosado , I agree that it's super helpful, and your analysis convinced me once more that we need to come up with a better design for the whole...

Sorry for chiming in so late, I didn't see this discussion before. So, my two cents on it. 1. Yes, we should provide a way to download files while preserving...

This seems related to this pyodide upstream issue: https://github.com/pyodide/pyodide/issues/529

uhm, this works on my machine: ```python def test_repl_error_ouput_console(self): self.pyscript_run( """ """ ) self.page.locator("py-repl").type("this is an error") self.page.locator("button").click() expected_message = """\ [pyscript/base] PythonError: Traceback (most recent call last): File "/lib/python3.10/asyncio/futures.py",...

> I feel these components should not exist in PyScript. I feel the same but I was not bold enough to propose their complete removal :). > . I view...