Antonio Cuni

Results 228 comments of Antonio Cuni

> * I wasn't going to propose a new custom element for the simple case of a couple of knobs. Instead, data attributes on the `` that loads `pyscript.js`. ah...

> ## The `` approach > _How does it know?_ That will be pretty simple. Iterate over a selector that gets all `head>script` for anything that has `pyscript-*` in the...

Yes, I agree that most of the differences are minor. I think that to summarize the whole discussion, the two biggest decisions to make are: 1. do we want to...

> To me it seems that the discussion is converging very close to where we left. Let me try to update the proposal based on the things I think we...

> * I don't think the name of the manifest file matters... that could be left to the user. `manifest.toml` is just a sensible default... but I think it would...

+1 for using a descriptive a "de facto" standard name in the examples. -0.5 for `.cfg`: - for people who don't know what is it, `.toml` is just another filename...

> It's worth exploring but I'm not convinced it would be radically faster to load. One reason Ethan's and Christian's REPL are faster to load is because they strip a...

> deep frozen core modules reduce startup time. Python 3.11 deep freezes a dozen modules like abc, io, os, site, and more https://github.com/faster-cpython/ideas/issues/84 this is interesting. I was already thinking...

> FYI, wasm32-emscripten has reached PEP 11 support tier 3, https://github.com/python/steering-council/issues/131 woo, that's a wonderful news! Congrats!

@tiran I got busy with other things so I haven't started yet :(