Gyeongjae Choi
Gyeongjae Choi
> (I guess there was issue about it, but I don't exactly remember). Okay, I found the issue and the code pointer (https://github.com/emscripten-core/emscripten/issues/17675, [code pointer](https://github.com/emscripten-core/emscripten/blob/df69e2ccc287beab6f580f33b33e6b5692f5d20b/tools/link.py#L1883-L1891))
@rbm0524 Thanks!
@rbm0524 Yes, the current formatting rule is not that bad, so we don't need to agressively add more rules. If you find if there are some formatting rules that might...
@kaifansariw Assigned to you. Thanks. This is pretty much related to the PR that you are working on, actually. (#5757)
Could you please elaborate? I don't fully understand what you want to do. Is there an equivalent thing in the native environment?
@kaifansariw Hi, the test case is still not updated.
The test case [`test_module_not_found_note` ](https://github.com/pyodide/pyodide/blob/87dc8a076f95b3342ae0d9de9205fbf53f0de948/src/tests/test_pyodide.py#L1472) is for testing if we are printing the correct error message for the packages that are removed from Pyodide. If you look at the test...
@rbm0524 Assigned to you. Thanks!
What I've imagined are some interactive tutorial pages (+ some example galleries) similar to: - https://svelte.dev/tutorial/basics - https://go.dev/tour/welcome/1 which might be hosted with, for example, Github Pages, without running a...
> I'll give it a try again. cc @ryanking13 Yep, we've discussed it in https://github.com/pyodide/pyodide/issues/4914, but left it as a future plan to make it fully work in JavaScript. Let...