Andrea Giammarchi

Results 716 comments of Andrea Giammarchi

@fpliger yes, there are 2 different topics in here: 1. being able to use the `index_urls` feature 2. being able to improve next bootstrap via lock file neither looks mutually...

My 2c: to me this PR can be closed because it doesn't tackle the issue at its roots and we need issues around each different requirement / change / dependency...

To whom it might concern, I have tackled the `lockFileURL` which combined with `packages` when `loadPyodide({...})` happens seems to indeed speedup initialization: https://github.com/pyscript/polyscript/pull/121 I just have 2 questions for both...

FYI I've just used Apache-2 as that's what latest MR and discussions lead me to and I hope that's fine ... I am publishing using exactly same license as I...

`__terminal__` exists in your code, you need to import it from `pyscript` in any other module like it is for anything Python related, right?

to clarify ... ```python def clear(): from pyscript import __terminal__ __terminal__.clear() ``` it's just a convenience you have it available in your main executing code but if you want to...

@Bot1-Pzon actually I fooled myself as the `__terminal__` is indeed explicitly available only in the main file, it's not exported whatsoever via *pyscript* module because it cannot be known ahead...

Closing as no follow up ever happened so I assume the proposed solution works.

11 years later here I am with this requirement to let MicroPython drive remotely CPython or MicroPython on boards so that it needs to hold refs that, once collected, should...

> Let's say you're using this element in a list that gets reordered. my thoughts in a nutshell ... this feature would make sense only after the one requiring no...