You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from an high level API point of view, I think we could/should treat the pyodide_lock like another index, and when experimenting with proxy, I'd love to be able to explicitley remove the lock as a fallback.
I'm thinking we could assign a specific value say "LOCK" for an index URL and treat that a "look into the lock file".
How about PYODIDE_LOCK or just PYODIDE instead of LOCK? I think the word LOCK isn't that straightforward (some users don't actually need to know about the lockfile).
from an high level API point of view, I think we could/should treat the pyodide_lock like another index, and when experimenting with proxy, I'd love to be able to explicitley remove the lock as a fallback.
I'm thinking we could assign a specific value say
"LOCK"
for an index URL and treat that a "look into the lock file".This would allow things like
or
Along this vein, I think if we see the value 'PYPI', we could replace with
"https://pypi.org/simple"
Thoughts @agriyakhetarpal ?
The text was updated successfully, but these errors were encountered: